From d61a7407dbbda73abdf81a969c56c18cc3c2ceae Mon Sep 17 00:00:00 2001 From: nazunalika Date: Tue, 27 Jul 2021 12:22:02 -0700 Subject: [PATCH] should be xz --- sync/prep-staging-8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/prep-staging-8.sh b/sync/prep-staging-8.sh index 618f81e..b6e367d 100644 --- a/sync/prep-staging-8.sh +++ b/sync/prep-staging-8.sh @@ -99,7 +99,7 @@ for x in "${ARCHES[@]}"; do if [ "$ret_val" -eq 0 ]; then modifyrepo --mdtype=modules /tmp/modules.yaml \ "${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 test -f /root/bin/sign-repo.sh && /root/bin/sign-repo.sh \ "${STAGING_ROOT}/${RELEASE_DIR}/${y}/${x}/os/repodata/repomd.xml"