bodhi-backend: Add zchunk support to updates and updates-testing repositories
This re-adds zchunk support for the updates and updates-testing repositories for both rpms and modularity. Zchunk metadata was turned off due to a broken version of librepo that made it out to stable, but a fixed version has been pushed and FESCo has decided[1] to go ahead and turn this back on. 1: https://pagure.io/fesco/issue/2116 Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
2549998aa9
commit
4c96b5f85c
2 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,9 @@ greedy_method = 'build'
|
|||
createrepo_c = True
|
||||
createrepo_checksum = 'sha256'
|
||||
createrepo_deltas = False
|
||||
[% if release.version_int >= 30 %]
|
||||
createrepo_extra_args = ['--zck', '--zck-dict-dir=/usr/share/fedora-repo-zdicts/f[[ release.version_int ]]']
|
||||
[% endif %]
|
||||
|
||||
#jigdo
|
||||
create_jigdo = False
|
||||
|
|
|
@ -66,6 +66,9 @@ createrepo_deltas = [
|
|||
('^Everything$', {'*': True})
|
||||
]
|
||||
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 %]
|
||||
|
||||
# CHECKSUMS
|
||||
media_checksums = ['sha256']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue