Skip to content

Commit

Permalink
missing createrepo vault targets
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Dec 3, 2024
1 parent 95a55b1 commit 31a81c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sync/vault-release-no-repodata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 31a81c2

Please sign in to comment.