Skip to content

Commit

Permalink
ensure debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Nov 16, 2023
1 parent eaf545a commit f583ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync/vault-release-no-repodata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ 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}"
done
done
fi
Expand Down

0 comments on commit f583ef5

Please sign in to comment.