Skip to content

Commit 31a81c2

Browse files
committed
missing createrepo vault targets
1 parent 95a55b1 commit 31a81c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sync/vault-release-no-repodata.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ if [ "$RLVER" -eq "9" ]; then
4545
for repo in "${NONMODS_REPOS[@]}"; do
4646
for arch in "${ARCHES[@]}"; do
4747
createrepo_update "${TARGET}/${repo}/${arch}/os" "${REV}"
48-
createrepo_update "${TARGET}/${repo}/${arch}/debug" "${REV}"
48+
createrepo_update "${TARGET}/${repo}/${arch}/debug/tree" "${REV}"
4949
done
50+
createrepo_update "${TARGET}/${repo}/source/tree" "${REV}"
5051
done
5152
fi
5253

0 commit comments

Comments
 (0)