aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2020-01-08 17:19:31 +0200
committerThomas Backlund <tmb@mageia.org>2020-01-08 17:19:31 +0200
commitfd2252719ebf17ec80617a05ae9d585d016ef368 (patch)
treefd1632a7f603ffe421e1aabb23495dbe7633b7f6
parent9e3057451390394cd4c9a30adf0b67225b1fa2cd (diff)
downloadpuppet-fd2252719ebf17ec80617a05ae9d585d016ef368.tar
puppet-fd2252719ebf17ec80617a05ae9d585d016ef368.tar.gz
puppet-fd2252719ebf17ec80617a05ae9d585d016ef368.tar.bz2
puppet-fd2252719ebf17ec80617a05ae9d585d016ef368.tar.xz
puppet-fd2252719ebf17ec80617a05ae9d585d016ef368.zip
genhdlist2: switch cauldron synthesis to zstd compression
-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' => {