mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
bodhi / createerepo / epel8: try and get primary back on xz
We changed around compression as part of a Fedora change and move to createrepo_c > 1.0, but the epel8 repos are causing a bit of problem for users who use mergerepo_c on them from older (<1.0) createrepo_c. They can't understand the primary.xml being zstd compressed. So, lets try and set this to switch primary back to xz. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -38,7 +38,7 @@ sqlite_enabled = True
|
||||
[release.EPEL-8]
|
||||
updateinfo-compress-type = BZ2
|
||||
repodata-compress-type = xz
|
||||
general-compress = False
|
||||
general-compress = True
|
||||
zchunk = False
|
||||
drpms_enabled = True
|
||||
sqlite_enabled = True
|
||||
|
||||
Reference in New Issue
Block a user