fixes for ISO placement and other stuff
This commit is contained in:
parent
59201afb4e
commit
bccb90c2fd
@ -48,6 +48,7 @@ NONSIG_COMPOSE=(
|
||||
Extras
|
||||
Plus
|
||||
NFV
|
||||
rockyrpi
|
||||
)
|
||||
|
||||
declare -A SIG_COMPOSE
|
||||
|
@ -49,10 +49,12 @@ for ARCH in "${ARCHES[@]}"; do
|
||||
TARGET_ARCH="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${x}/${ARCH}/iso"
|
||||
mkdir -p "${SOURCE}" "${TARGET}" "${TARGET_ARCH}"
|
||||
# Copy the ISO and manifests into their target architecture
|
||||
cp "${SOURCE}/*.iso*" "${TARGET_ARCH}/"
|
||||
cp "${SOURCE}/CHECKSUM" "${TARGET_ARCH}/"
|
||||
cp -n "${SOURCE}"/*.iso "${TARGET_ARCH}/"
|
||||
cp -n "${SOURCE}"/*.iso.manifest "${TARGET_ARCH}/"
|
||||
cp -n "${SOURCE}/CHECKSUM" "${TARGET_ARCH}/"
|
||||
# Copy the ISO and manifests into the main isos target
|
||||
cp "${SOURCE}/*.iso*" "${TARGET}/"
|
||||
cp "${SOURCE}"/*.iso "${TARGET}/"
|
||||
cp "${SOURCE}"/*.iso.manifest "${TARGET}/"
|
||||
cat "${SOURCE}/CHECKSUM" >> "${TARGET}/CHECKSUM"
|
||||
done
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user