aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2016-05-16 09:25:35 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2016-05-16 09:25:35 +0200
commit5d5de9b9c524350cd2acfbebaa6f43ba2b671f51 (patch)
tree812ba7610dac720e147ea627e5119368af4f58ae
parent63e4ebdb18a5aaa4dd3594f24b4f19e13a26c24f (diff)
downloadpuppet-5d5de9b9c524350cd2acfbebaa6f43ba2b671f51.tar
puppet-5d5de9b9c524350cd2acfbebaa6f43ba2b671f51.tar.gz
puppet-5d5de9b9c524350cd2acfbebaa6f43ba2b671f51.tar.bz2
puppet-5d5de9b9c524350cd2acfbebaa6f43ba2b671f51.tar.xz
puppet-5d5de9b9c524350cd2acfbebaa6f43ba2b671f51.zip
Fix typo, missing semi-colon
-rw-r--r--modules/buildsystem/templates/iurt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf
index 95d9d1ec..9375c31c 100644
--- a/modules/buildsystem/templates/iurt.conf
+++ b/modules/buildsystem/templates/iurt.conf
@@ -20,7 +20,7 @@
packager => 'Iurt the rebuild bot <mageia-sysadm@mageia.org>',
sendmail => 0,
# This is ugly but currently needed to build armv5tl/armv7hl on same machine :(
- urpmi_options = '--ignorearch'
+ urpmi_options = '--ignorearch',
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 %>,