We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162c755 commit 626c7b5Copy full SHA for 626c7b5
sync/common_9
@@ -11,7 +11,7 @@ case "${RLREL}" in
11
REVISION=9.8
12
PREREV=9.7
13
APPEND_TO_DIR="-BETA"
14
- COMPOSE_APPEND="-BETA"
+ COMPOSE_APPEND="${APPEND_TO_DIR}"
15
;;
16
lh)
17
REVISION=9.9
@@ -47,8 +47,7 @@ NONMODS_REPOS=(
47
)
48
49
# These repos were originally separate from the main compose and need symlinks
50
-declare -A LINK_REPOS
51
-LINK_REPOS=()
+declare -A LINK_REPOS=()
52
53
# These repos have comps/groups, except for debuginfo and sources
54
MODS_REPOS=(
0 commit comments