aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-06-28 18:30:42 +0300
committerThomas Backlund <tmb@mageia.org>2019-06-28 18:30:42 +0300
commiteec06015ab64fe297d7eda27192e2c24b1eb9c39 (patch)
treead789254b5e2b7ef15a6ad7574168664a134c48a /modules
parentfac07415205044bcf14f649dd1a6107c9dcdf225 (diff)
downloadpuppet-eec06015ab64fe297d7eda27192e2c24b1eb9c39.tar
puppet-eec06015ab64fe297d7eda27192e2c24b1eb9c39.tar.gz
puppet-eec06015ab64fe297d7eda27192e2c24b1eb9c39.tar.bz2
puppet-eec06015ab64fe297d7eda27192e2c24b1eb9c39.tar.xz
puppet-eec06015ab64fe297d7eda27192e2c24b1eb9c39.zip
add configs for mga7
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/var/youri.pp6
1 files changed, 6 insertions, 0 deletions
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' => {