fixes for ISO placement and other stuff

This commit is contained in:
Louis Abel 2021-11-10 16:25:48 -07:00
parent bccb90c2fd
commit dfd6b06ca0
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 3 additions and 3 deletions

View File

@ -44,10 +44,10 @@ ALL_REPOS=(
NONSIG_COMPOSE=(
Rocky
Rocky-devel
Extras
Plus
Rocky-devel
NFV
Plus
rockyrpi
)

View File

@ -9,7 +9,7 @@ source $(dirname "$0")/common
MAJ=${RLVER}
# sync all pieces of a release, including extras, nfv, etc
for COMPOSE in Rocky "${NONMODS_REPOS[@]}"; do
for COMPOSE in Rocky "${NONSIG_COMPOSE[@]}"; do
echo "${COMPOSE}: Syncing"
cd "/mnt/compose/${MAJ}/latest-${COMPOSE}-${MAJ}/compose" || { echo "${COMPOSE}: Failed to change directory"; break; }