diff options
author | Thomas Backlund <tmb@mageia.org> | 2020-01-08 17:19:31 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2020-01-08 17:19:31 +0200 |
commit | fd2252719ebf17ec80617a05ae9d585d016ef368 (patch) | |
tree | fd1632a7f603ffe421e1aabb23495dbe7633b7f6 /modules | |
parent | 9e3057451390394cd4c9a30adf0b67225b1fa2cd (diff) | |
download | puppet-fd2252719ebf17ec80617a05ae9d585d016ef368.tar puppet-fd2252719ebf17ec80617a05ae9d585d016ef368.tar.gz puppet-fd2252719ebf17ec80617a05ae9d585d016ef368.tar.bz2 puppet-fd2252719ebf17ec80617a05ae9d585d016ef368.tar.xz puppet-fd2252719ebf17ec80617a05ae9d585d016ef368.zip |
genhdlist2: switch cauldron synthesis to zstd compression
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/var/youri.pp | 6 |
1 files changed, 6 insertions, 0 deletions
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' => { |