Skip to content

Commit 34dcac0

Browse files
committed
update 10 sync params
1 parent c805c8e commit 34dcac0

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

sync/common_10

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ case "${RLREL}" in
88
;;
99
beta)
1010
REVISION=10.0
11-
APPEND_TO_DIR="-beta"
12-
COMPOSE_APPEND="-beta"
11+
PREREV=10.0
12+
APPEND_TO_DIR="-BETA"
13+
COMPOSE_APPEND="${APPEND_TO_DIR}"
1314
;;
1415
lh)
15-
REVISION=10.0
16-
APPEND_TO_DIR="-lookahead"
17-
COMPOSE_APPEND="-lookahead"
16+
REVISION=10.1
17+
PREREV=10.0
18+
APPEND_TO_DIR="-LookAhead"
19+
COMPOSE_APPEND="${APPEND_TO_DIR}"
1820
;;
1921
*)
20-
echo "option no recognized"
22+
echo "option not recognized"
2123
;;
2224
esac
2325

@@ -30,14 +32,14 @@ PRODUCTION_ROOT="/mnt/repos-production"
3032
# relative to ${ENV}_ROOT
3133
CATEGORY_STUB="mirror/pub/rocky"
3234
RELEASE_DIR="${CATEGORY_STUB}/${REVISION}${APPEND_TO_DIR}"
33-
RELEASE_COMPOSE_ROOT="${COMPOSE_ROOT}/${MAJOR}/latest-${SHORT}-${MAJOR}${COMPOSE_APPEND}"
35+
RELEASE_COMPOSE_ROOT="${COMPOSE_ROOT}/${MAJOR}${COMPOSE_APPEND}/latest-${SHORT}-${MAJOR}"
3436

3537
# Set all repos that have no comps/groups associated with them. This is even in
3638
# cases where repos will not be available by normal means. It's just for
3739
# consistency.
3840
NONMODS_REPOS=(
3941
extras
40-
Devel
42+
devel
4143
plus
4244
)
4345

@@ -52,7 +54,6 @@ MODS_REPOS=(
5254
BaseOS
5355
AppStream
5456
HighAvailability
55-
ResilientStorage
5657
CRB
5758
RT
5859
NFV
@@ -67,6 +68,8 @@ ALL_REPOS=(
6768

6869
NONSIG_COMPOSE=(
6970
Rocky
71+
Extras
72+
Rocky-devel
7073
)
7174

7275
declare -A SIG_COMPOSE

0 commit comments

Comments
 (0)