From 1079a2fd3985c93fdda2c38c12b95856f8a3e934 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 30 Sep 2019 21:39:13 +0300 Subject: youri: disable zchunk metadata on cauldron, it slows the bs _way_ too much --- modules/buildsystem/manifests/var/youri.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/buildsystem/manifests/var/youri.pp') diff --git a/modules/buildsystem/manifests/var/youri.pp b/modules/buildsystem/manifests/var/youri.pp index c1340a26..3c65b7bb 100644 --- a/modules/buildsystem/manifests/var/youri.pp +++ b/modules/buildsystem/manifests/var/youri.pp @@ -269,7 +269,7 @@ class buildsystem::var::youri( 'createrepo_cauldron' => { 'class' => 'Youri::Submit::Post::RunOnModifiedMedia', 'options' => { - 'command' => 'createrepo_c --no-database --update --workers=10 --zck --zck-dict-dir /usr/share/mageia-repo-zdicts/cauldron/', + 'command' => 'createrepo_c --no-database --update --workers=10', }, }, 'appstream_mga6' => { -- cgit v1.2.1