aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2014-06-28 19:00:20 +0000
committerPascal Terjan <pterjan@gmail.com>2014-06-28 19:00:20 +0000
commit0c89e50c9d2f9eca2f8f74f869cc12f0d404fca8 (patch)
treea1580aa1a046d274204fa15afd24fb9f3020eac3 /modules/buildsystem
parent07ddaf5038774b274b0fcc5ac84fed04813b769e (diff)
downloadpuppet-0c89e50c9d2f9eca2f8f74f869cc12f0d404fca8.tar
puppet-0c89e50c9d2f9eca2f8f74f869cc12f0d404fca8.tar.gz
puppet-0c89e50c9d2f9eca2f8f74f869cc12f0d404fca8.tar.bz2
puppet-0c89e50c9d2f9eca2f8f74f869cc12f0d404fca8.tar.xz
puppet-0c89e50c9d2f9eca2f8f74f869cc12f0d404fca8.zip
Switch to lzma -7 for xml files, we use 5.64% more space but save 52.81% of cpu time
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 1feaed8b..de94147c 100644
--- a/modules/buildsystem/manifests/var/youri.pp
+++ b/modules/buildsystem/manifests/var/youri.pp
@@ -241,7 +241,7 @@ class buildsystem::var::youri(
'genhdlist2' => {
'class' => 'Youri::Submit::Post::Genhdlist2',
'options' => {
- 'command' => '/usr/bin/genhdlist2',
+ 'command' => '/usr/bin/genhdlist2 --xml-info-filter ".lzma:lzma -7"',
},
},
'clean_rpmsrate' => {