From eec06015ab64fe297d7eda27192e2c24b1eb9c39 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 28 Jun 2019 18:30:42 +0300 Subject: add configs for mga7 --- modules/buildsystem/manifests/var/youri.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules') diff --git a/modules/buildsystem/manifests/var/youri.pp b/modules/buildsystem/manifests/var/youri.pp index 644968fd..32607e7b 100644 --- a/modules/buildsystem/manifests/var/youri.pp +++ b/modules/buildsystem/manifests/var/youri.pp @@ -260,6 +260,12 @@ class buildsystem::var::youri( 'command' => 'createrepo_c --no-database --update --workers=10', }, }, + 'createrepo_mga7' => { + 'class' => 'Youri::Submit::Post::RunOnModifiedMedia', + 'options' => { + 'command' => 'createrepo_c --no-database --update --workers=10 --zck --zck-dict-dir /usr/share/mageia-repo-zdicts/mga7/', + }, + }, 'createrepo_cauldron' => { 'class' => 'Youri::Submit::Post::RunOnModifiedMedia', 'options' => { -- cgit v1.2.1