kickstart directory for pablo

This commit is contained in:
Louis Abel 2021-08-02 16:03:51 -07:00
parent 3dd7e1fca7
commit e964f10c29
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 10 additions and 0 deletions

View File

@ -53,6 +53,7 @@ NONSIG_COMPOSE=(
declare -A SIG_COMPOSE declare -A SIG_COMPOSE
SIG_COMPOSE=( SIG_COMPOSE=(
[Gluster9]="storage/gluster9" [Gluster9]="storage/gluster9"
[advanced-virt]="virt/advanced-virt"
) )
# These repos have modules # These repos have modules

View File

@ -47,6 +47,15 @@ for ARCH in "${ARCHES[@]}"; do
done done
done done
# make a kickstart directory
for ARCH in "${ARCHES[@]}"; do
for REPO in ${MODS_REPOS[@]}; do
SOURCE="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${REPO}/${ARCH}/os"
TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${REPO}/${ARCH}/kickstart"
cp -na "${SOURCE}" "${TARGET}"
done
done
# fix treeinfo # fix treeinfo
for ARCH in "${ARCHES[@]}"; do for ARCH in "${ARCHES[@]}"; do
treeinfoModder "${ARCH}" treeinfoModder "${ARCH}"