From 378082d49af9d644367802668a7a2c9d92b5988d Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 13 Mar 2016 22:45:02 +0000 Subject: Use threaded xz for compressing xml-info --- modules/buildsystem/manifests/var/youri.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/var/youri.pp b/modules/buildsystem/manifests/var/youri.pp index c6197ac9..33a0a2d1 100644 --- a/modules/buildsystem/manifests/var/youri.pp +++ b/modules/buildsystem/manifests/var/youri.pp @@ -251,7 +251,7 @@ class buildsystem::var::youri( 'genhdlist2' => { 'class' => 'Youri::Submit::Post::Genhdlist2', 'options' => { - 'command' => '/usr/bin/genhdlist2 --xml-info-filter ".lzma:lzma -7"', + 'command' => '/usr/bin/genhdlist2 --xml-info-filter ".lzma:xz -T4"', }, }, 'clean_rpmsrate' => { -- cgit v1.2.1