toolkit/mangle/generators/common_9

19 lines
432 B
Plaintext
Raw Permalink Normal View History

2022-09-26 02:31:40 +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")
2023-02-28 09:46:58 +00:00
2024-02-21 19:07:16 +00:00
MAJOR="9"
2023-02-28 09:46:58 +00:00
VER="r${MAJOR}${LH}"
case "$VER" in
r9)
2024-05-07 16:27:26 +00:00
export PERIDOT_PROJECT_ID=df5bcbfc-ba83-4da8-84d6-ae0168921b4d ;;
2024-02-21 19:07:16 +00:00
r9s)
2024-05-07 16:27:26 +00:00
export PERIDOT_PROJECT_ID=df5bcbfc-ba83-4da8-84d6-ae0168921b4d ;;
2023-02-28 09:46:58 +00:00
*)
echo "Not supported"
exit 1
;;
esac