From fd2252719ebf17ec80617a05ae9d585d016ef368 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 8 Jan 2020 17:19:31 +0200 Subject: genhdlist2: switch cauldron synthesis to zstd compression --- deployment/mga_buildsystem/manifests/config.pp | 2 +- modules/buildsystem/manifests/var/youri.pp | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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' => { -- cgit v1.2.1