aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
-rw-r--r--modules/buildsystem/manifests/var/youri.pp6
2 files changed, 7 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index cb53429b..0bb8a696 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -211,7 +211,7 @@ class mga_buildsystem::config {
'rebuild',
],
'posts' => [
- 'genhdlist2',
+ 'genhdlist2_zstd',
'createrepo_cauldron',
'appstream_cauldron',
'clean_rpmsrate',
diff --git a/modules/buildsystem/manifests/var/youri.pp b/modules/buildsystem/manifests/var/youri.pp
index 3c65b7bb..2ce7b96f 100644
--- a/modules/buildsystem/manifests/var/youri.pp
+++ b/modules/buildsystem/manifests/var/youri.pp
@@ -254,6 +254,12 @@ class buildsystem::var::youri(
'command' => '/usr/bin/genhdlist2 --xml-info-filter ".lzma:xz -T4" --synthesis-filter ".cz:xz -7 -T8"',
},
},
+ 'genhdlist2_zstd' => {
+ 'class' => 'Youri::Submit::Post::Genhdlist2',
+ 'options' => {
+ 'command' => '/usr/bin/genhdlist2 --xml-info-filter ".lzma:xz -T4" --synthesis-filter ".cz:zstd -19 -T8"',
+ },
+ },
'createrepo_mga6' => {
'class' => 'Youri::Submit::Post::RunOnModifiedMedia',
'options' => {