aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-03-20 14:13:37 +0000
committerPascal Terjan <pterjan@mageia.org>2020-03-20 14:13:37 +0000
commitd3a0d33a93bcc64b2fe006f036275b7ca66ca527 (patch)
treed00f9e1f6e2282f3dbfe2d50a11e21f46b25526e
parentbf312aafcfc929345a6ab83c6467de01cb06b58e (diff)
downloadpuppet-d3a0d33a93bcc64b2fe006f036275b7ca66ca527.tar
puppet-d3a0d33a93bcc64b2fe006f036275b7ca66ca527.tar.gz
puppet-d3a0d33a93bcc64b2fe006f036275b7ca66ca527.tar.bz2
puppet-d3a0d33a93bcc64b2fe006f036275b7ca66ca527.tar.xz
puppet-d3a0d33a93bcc64b2fe006f036275b7ca66ca527.zip
Allow larger log sizes
-rw-r--r--modules/buildsystem/templates/iurt.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf
index d021d5e0..e192dbed 100644
--- a/modules/buildsystem/templates/iurt.conf
+++ b/modules/buildsystem/templates/iurt.conf
@@ -21,6 +21,7 @@
sendmail => 0,
# This is ugly but currently needed to build armv5tl/armv7hl on same machine :(
urpmi_options => '--ignorearch',
+ log_size_limit => '400M',
build_timeout => {
<%- build_timeout.keys.sort.each{|package| -%>
'<%= package %>' => <%= (build_timeout[package].to_f * scope.lookupvar('buildsystem::var::iurt::timeout_multiplier').to_f).to_i %>,