forked from sig_core/toolkit
missing createrepo vault targets
This commit is contained in:
parent
95a55b18c9
commit
31a81c2620
1 changed files with 2 additions and 1 deletions
|
@ -45,8 +45,9 @@ if [ "$RLVER" -eq "9" ]; then
|
|||
for repo in "${NONMODS_REPOS[@]}"; do
|
||||
for arch in "${ARCHES[@]}"; do
|
||||
createrepo_update "${TARGET}/${repo}/${arch}/os" "${REV}"
|
||||
createrepo_update "${TARGET}/${repo}/${arch}/debug" "${REV}"
|
||||
createrepo_update "${TARGET}/${repo}/${arch}/debug/tree" "${REV}"
|
||||
done
|
||||
createrepo_update "${TARGET}/${repo}/source/tree" "${REV}"
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue