change lh to s
Build empanada images for imagefactory / buildx (push) Failing after 3s Details
Build empanada container images for lorax / buildx (push) Successful in 1s Details

This commit is contained in:
Louis Abel 2024-02-21 12:07:16 -07:00
parent f6776e5bb5
commit 9d9357647e
Signed by: label
GPG Key ID: B37E62D143879B36
5 changed files with 7 additions and 2 deletions

View File

@ -16,6 +16,7 @@ if [ "$?" -ne 0 ]; then
exit 1
fi
GIT_URL="https://git.rockylinux.org"
STREAM_COMPOSE_BASEURL="https://composes.stream.centos.org/production"
STREAM_KOJI_REPO="https://kojihub.stream.centos.org/kojifiles/repos"
ELN_KOJI_REPO="https://kojipkgs.fedoraproject.org/repos"

View File

@ -3,12 +3,13 @@
REPO=("BaseOS" "AppStream" "CRB" "HighAvailability" "ResilientStorage" "NFV" "RT" "SAP" "SAPHANA")
ARCH=("aarch64" "ppc64le" "s390x" "x86_64")
MAJOR="10"
VER="r${MAJOR}${LH}"
case "$VER" in
r10)
export PERIDOT_PROJECT_ID=474db218-5282-4ec7-8db2-4fb80a59c850 ;;
r10lh)
r10s)
export PERIDOT_PROJECT_ID=474db218-5282-4ec7-8db2-4fb80a59c850 ;;
*)
echo "Not supported"

View File

@ -2,3 +2,4 @@
REPO=("BaseOS" "AppStream" "PowerTools" "HighAvailability" "ResilientStorage" "NFV" "RT")
ARCH=("aarch64" "x86_64")
MAJOR="8"

View File

@ -3,12 +3,13 @@
REPO=("BaseOS" "AppStream" "CRB" "HighAvailability" "ResilientStorage" "NFV" "RT" "SAP" "SAPHANA")
ARCH=("aarch64" "ppc64le" "s390x" "x86_64")
MAJOR="9"
VER="r${MAJOR}${LH}"
case "$VER" in
r9)
export PERIDOT_PROJECT_ID=dff20351-7d36-4f7c-9eea-7f039f5026d0 ;;
r9lh)
r9s)
export PERIDOT_PROJECT_ID=6202c09e-6252-4d3a-bcd3-9c7751682970 ;;
*)
echo "Not supported"

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -x
source common
if [ ! -f "/usr/bin/pungi-koji" ]; then