diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-06-28 18:48:48 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-06-28 18:48:48 +0300 |
commit | 633848e8e221302190eb202a599edbeb9b795a41 (patch) | |
tree | 266824b870b4087468351d42d426e0a7ddb19364 /modules/buildsystem/manifests | |
parent | 641c99529ce581e35c726a9886421433912937de (diff) | |
download | puppet-633848e8e221302190eb202a599edbeb9b795a41.tar puppet-633848e8e221302190eb202a599edbeb9b795a41.tar.gz puppet-633848e8e221302190eb202a599edbeb9b795a41.tar.bz2 puppet-633848e8e221302190eb202a599edbeb9b795a41.tar.xz puppet-633848e8e221302190eb202a599edbeb9b795a41.zip |
rename createrepo to createrepo_mga6 to match repo it runs against
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r-- | modules/buildsystem/manifests/var/youri.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/var/youri.pp b/modules/buildsystem/manifests/var/youri.pp index 7a5b7fda..c1340a26 100644 --- a/modules/buildsystem/manifests/var/youri.pp +++ b/modules/buildsystem/manifests/var/youri.pp @@ -254,7 +254,7 @@ class buildsystem::var::youri( 'command' => '/usr/bin/genhdlist2 --xml-info-filter ".lzma:xz -T4" --synthesis-filter ".cz:xz -7 -T8"', }, }, - 'createrepo' => { + 'createrepo_mga6' => { 'class' => 'Youri::Submit::Post::RunOnModifiedMedia', 'options' => { 'command' => 'createrepo_c --no-database --update --workers=10', |