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:
Kevin Fenzi 2024-05-10 08:01:30 -07:00
parent 5b3ae0ce61
commit f17dcbe7fe

View file

@ -38,7 +38,7 @@ sqlite_enabled = True
[release.EPEL-8] [release.EPEL-8]
updateinfo-compress-type = BZ2 updateinfo-compress-type = BZ2
repodata-compress-type = xz repodata-compress-type = xz
general-compress = False general-compress = True
zchunk = False zchunk = False
drpms_enabled = True drpms_enabled = True
sqlite_enabled = True sqlite_enabled = True