missing createrepo vault targets
Some checks failed
Build empanada images for imagefactory / buildx (push) Failing after 7s
Build empanada container images for lorax / buildx (push) Successful in 2s

This commit is contained in:
Louis Abel 2024-12-03 14:12:32 -07:00
parent 95a55b18c9
commit 31a81c2620
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -45,8 +45,9 @@ if [ "$RLVER" -eq "9" ]; then
for repo in "${NONMODS_REPOS[@]}"; do for repo in "${NONMODS_REPOS[@]}"; do
for arch in "${ARCHES[@]}"; do for arch in "${ARCHES[@]}"; do
createrepo_update "${TARGET}/${repo}/${arch}/os" "${REV}" createrepo_update "${TARGET}/${repo}/${arch}/os" "${REV}"
createrepo_update "${TARGET}/${repo}/${arch}/debug" "${REV}" createrepo_update "${TARGET}/${repo}/${arch}/debug/tree" "${REV}"
done done
createrepo_update "${TARGET}/${repo}/source/tree" "${REV}"
done done
fi fi