#720 Re-enable zchunk metadata generation
Merged 5 years ago by kevin. Opened 5 years ago by jdieter.
jdieter/pungi-fedora f30  into  f30

file modified
+1
@@ -83,6 +83,7 @@ 

  createrepo_deltas = False

  createrepo_database = True

  createrepo_use_xz = True

+ createrepo_extra_args = ['--zck', '--zck-dict-dir=/usr/share/fedora-repo-zdicts/%s' % pkgset_koji_tag]

  

  # CHECKSUMS

  media_checksums = ['sha256']

file modified
+1
@@ -83,6 +83,7 @@ 

  createrepo_deltas = False

  createrepo_database = True

  createrepo_use_xz = True

+ createrepo_extra_args = ['--zck', '--zck-dict-dir=/usr/share/fedora-repo-zdicts/%s' % pkgset_koji_tag]

  

  # CHECKSUMS

  media_checksums = ['sha256']

This patch re-enables zchunk metadata generation for F30 as per FESCo's
decision at https://pagure.io/fesco/issue/2116

Signed-off-by: Jonathan Dieter jdieter@fedoraproject.org

Pull-Request has been merged by kevin

5 years ago

Since this will affect the next compose, I've just sent a message to devel-announce explaining how to workaround the bug for anyone who still has librepo-1.9.6-1.fc30. @kevin, if you think it would be better sent straight to devel, let me know, and I'll send it there instead.

Metadata