bodhi / backend: try and move epel8 to use xz repodata compression.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
af9875010f
commit
a1e49de8d6
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@ createrepo_database = True
|
|||
[% if release.version_int >= 30 %]
|
||||
createrepo_extra_args = ['--zck', '--zck-dict-dir=/usr/share/fedora-repo-zdicts/f[[ release.version_int ]]']
|
||||
[% endif %]
|
||||
# For epel8 we want to use xz compression for repodata
|
||||
# https://pagure.io/epel/issue/71
|
||||
[% if release.version_int == 8 %]
|
||||
createrepo_extra_args = ['--xz']
|
||||
[% endif %]
|
||||
|
||||
# CHECKSUMS
|
||||
media_checksums = ['sha256']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue