readding sig_compose temporarily

This commit is contained in:
Louis Abel 2021-11-23 08:40:26 -07:00
parent 1dbc3583bf
commit e73ba20154
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 17 additions and 16 deletions

View File

@ -52,8 +52,10 @@ NONSIG_COMPOSE=(
) )
declare -A SIG_COMPOSE declare -A SIG_COMPOSE
#SIG_COMPOSE=( SIG_COMPOSE=(
#) [kernel]="kernel/kernel"
[kmod]="kernel/kmod"
)
# These repos have modules # These repos have modules
MODS=( MODS=(

View File

@ -27,20 +27,19 @@ done
# sync all sig stuff # sync all sig stuff
# Disabled as we will have a different method for sig content and sig content # Only enabled for giving preferential treatment.
# is available upstream. for SIG in "${!SIG_COMPOSE[@]}"; do
#for SIG in "${!SIG_COMPOSE[@]}"; do echo "${SIG}: Syncing"
# echo "${SIG}: Syncing" cd "/mnt/compose/${MAJ}/latest-${SIG}-${MAJ}/compose" || { echo "${COMPOSE}: Failed to change directory"; break; }
# cd "/mnt/compose/${MAJ}/latest-${SIG}-${MAJ}/compose" || { echo "${COMPOSE}: Failed to change directory"; break; }
# TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${SIG_COMPOSE[$SIG]}"
# TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${SIG_COMPOSE[$SIG]}" mkdir -p "${TARGET}"
# mkdir -p "${TARGET}" # disabling because none of our files should be starting with dashes. If they
# # disabling because none of our files should be starting with dashes. If they # are something is *seriously* wrong here.
# # are something is *seriously* wrong here. # shellcheck disable=SC2035
# # shellcheck disable=SC2035 sudo -l && find **/* -maxdepth 0 -type d | parallel --will-cite -j 18 sudo rsync -av --chown=10004:10005 --progress --relative --human-readable \
# sudo -l && find **/* -maxdepth 0 -type d | parallel --will-cite -j 18 sudo rsync -av --chown=10004:10005 --progress --relative --human-readable \ {} "${TARGET}"
# {} "${TARGET}" done
#done
# copy around the ISOs a bit, make things comfortable # copy around the ISOs a bit, make things comfortable
for ARCH in "${ARCHES[@]}"; do for ARCH in "${ARCHES[@]}"; do