fixes for ISO placement and other stuff
This commit is contained in:
parent
bccb90c2fd
commit
dfd6b06ca0
@ -44,10 +44,10 @@ ALL_REPOS=(
|
|||||||
|
|
||||||
NONSIG_COMPOSE=(
|
NONSIG_COMPOSE=(
|
||||||
Rocky
|
Rocky
|
||||||
Rocky-devel
|
|
||||||
Extras
|
Extras
|
||||||
Plus
|
Rocky-devel
|
||||||
NFV
|
NFV
|
||||||
|
Plus
|
||||||
rockyrpi
|
rockyrpi
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ source $(dirname "$0")/common
|
|||||||
MAJ=${RLVER}
|
MAJ=${RLVER}
|
||||||
|
|
||||||
# sync all pieces of a release, including extras, nfv, etc
|
# 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"
|
echo "${COMPOSE}: Syncing"
|
||||||
cd "/mnt/compose/${MAJ}/latest-${COMPOSE}-${MAJ}/compose" || { echo "${COMPOSE}: Failed to change directory"; break; }
|
cd "/mnt/compose/${MAJ}/latest-${COMPOSE}-${MAJ}/compose" || { echo "${COMPOSE}: Failed to change directory"; break; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user