#707 Disable zchunk metadata creation for now
Merged 5 years ago by mohanboddu. Opened 5 years ago by adamwill.
adamwill/pungi-fedora disable-zchunk  into  master

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

  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']

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 awilliam@redhat.com

Pull-Request has been merged by mohanboddu

5 years ago
Metadata