aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
-rw-r--r--modules/buildsystem/manifests/var/youri.pp2
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',