toolkit/mangle/generators/common_10

19 lines
435 B
Plaintext
Raw Normal View History

2023-07-12 21:35:59 +00:00
# To be sourced by scripts to use
REPO=("BaseOS" "AppStream" "CRB" "HighAvailability" "ResilientStorage" "NFV" "RT" "SAP" "SAPHANA")
ARCH=("aarch64" "ppc64le" "s390x" "x86_64")
2024-02-21 19:07:16 +00:00
MAJOR="10"
2023-07-12 21:35:59 +00:00
VER="r${MAJOR}${LH}"
case "$VER" in
r10)
export PERIDOT_PROJECT_ID=474db218-5282-4ec7-8db2-4fb80a59c850 ;;
2024-02-21 19:07:16 +00:00
r10s)
2023-07-12 21:35:59 +00:00
export PERIDOT_PROJECT_ID=474db218-5282-4ec7-8db2-4fb80a59c850 ;;
*)
echo "Not supported"
exit 1
;;
esac