toolkit/mangle/generators/common_9

19 lines
432 B
Plaintext
Raw 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)
2023-10-12 19:32:43 +00:00
export PERIDOT_PROJECT_ID=dff20351-7d36-4f7c-9eea-7f039f5026d0 ;;
2024-02-21 19:07:16 +00:00
r9s)
2023-10-12 19:32:43 +00:00
export PERIDOT_PROJECT_ID=6202c09e-6252-4d3a-bcd3-9c7751682970 ;;
2023-02-28 09:46:58 +00:00
*)
echo "Not supported"
exit 1
;;
esac