From 04b184c8ce6f13e3c4a8bd171db5d5dd8209af50 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Sun, 24 Mar 2019 11:32:05 -0400 Subject: [PATCH] Revert "Disable zchunk metadata creation for now" Now that zchunk-1.1.0 and libcurl-7.64.0-5 are in rawhide lets give it a try again. https://pagure.io/dusty/failed-composes/issue/1703#comment-562223 https://bugzilla.redhat.com/show_bug.cgi?id=1690971#c6 This reverts commit c723442a3e5d283444151e1b10074d330d28ded4. Signed-off-by: Mohan Boddu mboddu@bhujji.com --- fedora.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora.conf b/fedora.conf index b28770c..6b2dbb0 100644 --- a/fedora.conf +++ b/fedora.conf @@ -83,6 +83,7 @@ repoclosure_backend = 'dnf' createrepo_deltas = False createrepo_database = True createrepo_use_xz = True +createrepo_extra_args = ['--zck', '--zck-dict-dir=/usr/share/fedora-repo-zdicts/rawhide'] # CHECKSUMS media_checksums = ['sha256']