1
1
#! /bin/bash
2
2
set -euo pipefail
3
3
4
+ # Following file is auto-generated using generate_common_versions.py.
5
+ # It should not be edited manually.
6
+
4
7
if [[ " ${BASH_SOURCE[0]} " == " ${0} " ]]; then
5
8
echo " This script must be sourced, not executed."
6
9
exit 1
@@ -44,13 +47,13 @@ export PREVIOUS_MINOR_VERSION=$(( "${MINOR_VERSION}" - 1 ))
44
47
export YMINUS2_MINOR_VERSION=$(( "${MINOR_VERSION} " - 2 ))
45
48
export FAKE_NEXT_MINOR_VERSION=$(( "${MINOR_VERSION} " + 1 ))
46
49
47
- CURRENT_RELEASE_REPO=" "
48
- CURRENT_RELEASE_VERSION=" "
50
+ CURRENT_RELEASE_REPO=" https://mirror.openshift.com/pub/openshift-v4/ $( uname -m ) /microshift/ocp-dev-preview/latest-4.20/el9/os "
51
+ CURRENT_RELEASE_VERSION=" $( get_vrel_from_beta " ${CURRENT_RELEASE_REPO} " ) "
49
52
export CURRENT_RELEASE_REPO
50
53
export CURRENT_RELEASE_VERSION
51
54
52
- PREVIOUS_RELEASE_REPO=" https://mirror.openshift.com/pub/openshift-v4/ $( uname -m) /microshift/ocp/latest-4.19/el9/os "
53
- PREVIOUS_RELEASE_VERSION=" $( get_vrel_from_beta " ${PREVIOUS_RELEASE_REPO} " ) "
55
+ PREVIOUS_RELEASE_REPO=" rhocp-4.19-for-rhel-9- $( uname -m) -rpms "
56
+ PREVIOUS_RELEASE_VERSION=" $( get_vrel_from_rhsm " ${PREVIOUS_RELEASE_REPO} " ) "
54
57
export PREVIOUS_RELEASE_REPO
55
58
export PREVIOUS_RELEASE_VERSION
56
59
@@ -64,7 +67,7 @@ RHOCP_MINOR_Y_BETA="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/de
64
67
export RHOCP_MINOR_Y
65
68
export RHOCP_MINOR_Y_BETA
66
69
67
- RHOCP_MINOR_Y1=" "
70
+ RHOCP_MINOR_Y1=19
68
71
RHOCP_MINOR_Y1_BETA=" https://mirror.openshift.com/pub/openshift-v4/$( uname -m) /dependencies/rpms/4.19-el9-beta"
69
72
export RHOCP_MINOR_Y1
70
73
export RHOCP_MINOR_Y1_BETA
0 commit comments