From c723442a3e5d283444151e1b10074d330d28ded4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 19 2019 19:21:32 +0000 Subject: Disable zchunk metadata creation for now Rawhide and Branched createImage tasks are frequently failing with "error: Curl error (16): Error in the HTTP2 framing layer" when trying to download the zchunk metadata. We have not yet been able to work out why this is, but it is a serious problem causing many composes to fail and badly impeding our testing of Rawhide and F30. For this reason we've decided to disable zchunk metadata generation until this is fixed. Signed-off-by: Adam Williamson --- diff --git a/fedora.conf b/fedora.conf index 6b2dbb0..b28770c 100644 --- a/fedora.conf +++ b/fedora.conf @@ -83,7 +83,6 @@ 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']