forked from sig_core/toolkit
Merge branch 'devel' into 'main'
should be xz See merge request release-engineering/public/toolkit!17
This commit is contained in:
commit
0bda514e7e
@ -99,7 +99,7 @@ for x in "${ARCHES[@]}"; do
|
|||||||
if [ "$ret_val" -eq 0 ]; then
|
if [ "$ret_val" -eq 0 ]; then
|
||||||
modifyrepo --mdtype=modules /tmp/modules.yaml \
|
modifyrepo --mdtype=modules /tmp/modules.yaml \
|
||||||
"${STAGING_ROOT}/${RELEASE_DIR}/${y}/${x}/os/repodata" \
|
"${STAGING_ROOT}/${RELEASE_DIR}/${y}/${x}/os/repodata" \
|
||||||
--compress --compress-type=gz
|
--compress --compress-type=xz
|
||||||
# This might not be necessary, but it does not hurt incase repomd is modified
|
# This might not be necessary, but it does not hurt incase repomd is modified
|
||||||
test -f /root/bin/sign-repo.sh && /root/bin/sign-repo.sh \
|
test -f /root/bin/sign-repo.sh && /root/bin/sign-repo.sh \
|
||||||
"${STAGING_ROOT}/${RELEASE_DIR}/${y}/${x}/os/repodata/repomd.xml"
|
"${STAGING_ROOT}/${RELEASE_DIR}/${y}/${x}/os/repodata/repomd.xml"
|
||||||
|
Loading…
Reference in New Issue
Block a user