@@ -72,8 +72,8 @@ export FAKE_NEXT_MINOR_VERSION=$(( "${MINOR_VERSION}" + 1 ))
72
72
#
73
73
# For a release branch, the current release repository should come from the
74
74
# official 'rhocp' stream.
75
- CURRENT_RELEASE_REPO=" " # " https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/microshift/ocp/latest-4.20/el9/os"
76
- CURRENT_RELEASE_VERSION=" " # " $(get_vrel_from_beta "${CURRENT_RELEASE_REPO}")"
75
+ CURRENT_RELEASE_REPO=" https://mirror.openshift.com/pub/openshift-v4/$( uname -m) /microshift/ocp-dev-preview /latest-4.20/el9/os"
76
+ CURRENT_RELEASE_VERSION=" $( get_vrel_from_beta " ${CURRENT_RELEASE_REPO} " ) "
77
77
export CURRENT_RELEASE_REPO
78
78
export CURRENT_RELEASE_VERSION
79
79
@@ -87,8 +87,8 @@ export CURRENT_RELEASE_VERSION
87
87
#
88
88
# For a release branch, the previous release repository should come from the
89
89
# official 'rhocp' stream.
90
- PREVIOUS_RELEASE_REPO=" https://mirror.openshift.com/pub/openshift-v4/ $( uname -m) /microshift/ocp/latest-4.19/el9/os "
91
- PREVIOUS_RELEASE_VERSION=" $( get_vrel_from_beta " ${PREVIOUS_RELEASE_REPO} " ) "
90
+ PREVIOUS_RELEASE_REPO=" rhocp-4.19-for-rhel-9- $( uname -m) -rpms "
91
+ PREVIOUS_RELEASE_VERSION=" $( get_vrel_from_rhsm " ${PREVIOUS_RELEASE_REPO} " ) "
92
92
export PREVIOUS_RELEASE_REPO
93
93
export PREVIOUS_RELEASE_VERSION
94
94
@@ -110,7 +110,7 @@ export RHOCP_MINOR_Y_BETA
110
110
# If the release version is defined, the repository should be deduced from the
111
111
# PREVIOUS_RELEASE_REPO setting.
112
112
# Beta repository URL needs to be set for CentOS images as they don't have access to the RHOCP.
113
- RHOCP_MINOR_Y1=" "
113
+ RHOCP_MINOR_Y1=19
114
114
RHOCP_MINOR_Y1_BETA=" https://mirror.openshift.com/pub/openshift-v4/$( uname -m) /dependencies/rpms/4.19-el9-beta/"
115
115
export RHOCP_MINOR_Y1
116
116
export RHOCP_MINOR_Y1_BETA
0 commit comments