From fea99e6751e1a5d2106d51eb8d50551894d46550 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 31 Mar 2019 17:13:38 +0000 Subject: [PATCH] bodhi backend: disable zck repodata again for f30. A broken librepo went out. In rawhide we found that librepo-1.9.6 had a number of issues with zck repodata. This version was pushed to stable in f30, so for now lets disable this and get that fixed before re-enabling. See https://bugzilla.redhat.com/show_bug.cgi?id=1694411 Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/templates/pungi.module.conf.j2 | 3 --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 3 --- 2 files changed, 6 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index b5bb0c1fbb..43c6a7e5fc 100644 --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 @@ -61,9 +61,6 @@ 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 diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 020736aeed..8d9e9a3f26 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -66,9 +66,6 @@ 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']