forked from sig_core/toolkit
18 lines
423 B
Plaintext
18 lines
423 B
Plaintext
# To be sourced by scripts to use
|
|
|
|
REPO=("BaseOS" "AppStream" "CRB" "HighAvailability" "ResilientStorage" "NFV" "RT" "SAP" "SAPHANA")
|
|
ARCH=("aarch64" "ppc64le" "s390x" "x86_64")
|
|
|
|
VER="r${MAJOR}${LH}"
|
|
|
|
case "$VER" in
|
|
r9)
|
|
export PERIDOT_PROJECT_ID=0048077b-1573-4cb7-8ba7-cce823857ba5 ;;
|
|
r9lh)
|
|
export PERIDOT_PROJECT_ID=6794b5a8-290b-4d0d-ad5a-47164329cbb0 ;;
|
|
*)
|
|
echo "Not supported"
|
|
exit 1
|
|
;;
|
|
esac
|