adjust vars for 9 syncs
This commit is contained in:
parent
cd5b69b390
commit
0ed285a93c
BIN
iso/empanadas/empanadas/configs/.el9lh.yaml.swp
Normal file
BIN
iso/empanadas/empanadas/configs/.el9lh.yaml.swp
Normal file
Binary file not shown.
@ -9,10 +9,12 @@ case "${RLREL}" in
|
|||||||
beta)
|
beta)
|
||||||
REVISION=9.2
|
REVISION=9.2
|
||||||
APPEND_TO_DIR="-beta"
|
APPEND_TO_DIR="-beta"
|
||||||
|
COMPOSE_APPEND="-beta"
|
||||||
;;
|
;;
|
||||||
lh)
|
lh)
|
||||||
REVISION=9.3
|
REVISION=9.3
|
||||||
APPEND_TO_DIR="-lookahead"
|
APPEND_TO_DIR="-lookahead"
|
||||||
|
COMPOSE_APPEND="-lookahead"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "option no recognized"
|
echo "option no recognized"
|
||||||
@ -28,7 +30,7 @@ PRODUCTION_ROOT="/mnt/repos-production"
|
|||||||
# relative to ${ENV}_ROOT
|
# relative to ${ENV}_ROOT
|
||||||
CATEGORY_STUB="mirror/pub/rocky"
|
CATEGORY_STUB="mirror/pub/rocky"
|
||||||
RELEASE_DIR="${CATEGORY_STUB}/${REVISION}${APPEND_TO_DIR}"
|
RELEASE_DIR="${CATEGORY_STUB}/${REVISION}${APPEND_TO_DIR}"
|
||||||
RELEASE_COMPOSE_ROOT="${COMPOSE_ROOT}/${MAJOR}/latest-${SHORT}-${MAJOR}"
|
RELEASE_COMPOSE_ROOT="${COMPOSE_ROOT}/${MAJOR}/latest-${SHORT}-${MAJOR}${COMPOSE_APPEND}"
|
||||||
|
|
||||||
# Set all repos that have no comps/groups associated with them. This is even in
|
# Set all repos that have no comps/groups associated with them. This is even in
|
||||||
# cases where repos will not be available by normal means. It's just for
|
# cases where repos will not be available by normal means. It's just for
|
||||||
|
Loading…
Reference in New Issue
Block a user