aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-03-13 23:28:33 +0000
committerPascal Terjan <pterjan@gmail.com>2016-03-13 23:28:33 +0000
commit51fe61beb65a01cbe4ecc7f25c541c53284822ea (patch)
tree94e95701478dadd2fe537a223f58f99b6db86b90 /modules/buildsystem
parentc8369f205480a3d0cad9a199ac21c3584619491d (diff)
downloadpuppet-51fe61beb65a01cbe4ecc7f25c541c53284822ea.tar
puppet-51fe61beb65a01cbe4ecc7f25c541c53284822ea.tar.gz
puppet-51fe61beb65a01cbe4ecc7f25c541c53284822ea.tar.bz2
puppet-51fe61beb65a01cbe4ecc7f25c541c53284822ea.tar.xz
puppet-51fe61beb65a01cbe4ecc7f25c541c53284822ea.zip
Also use threaded xz for synthesis
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/var/youri.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/var/youri.pp b/modules/buildsystem/manifests/var/youri.pp
index 025a23d2..11904fbb 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:xz -T4"',
+ 'command' => '/usr/bin/genhdlist2 --xml-info-filter ".lzma:xz -T4" --synthesis-filter ".cz:xz -7 -T8"',
},
},
'createrepo' => {