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 | |
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
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 | ||||
-rw-r--r-- | modules/buildsystem/manifests/var/youri.pp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index bf314ac5..a33ae4d6 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -261,7 +261,7 @@ class mga_buildsystem::config { ], 'posts' => [ 'genhdlist2', - 'createrepo', + 'createrepo_mga6', 'appstream_mga6', 'mirror', ], 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', |