diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-05-16 09:34:39 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-05-16 09:34:39 +0200 |
commit | f2b960ccb8ec796d74ef2e827b26edde9a039233 (patch) | |
tree | 684685f27100456df9c9991bc03436c336f15ff6 /modules/buildsystem/templates | |
parent | 5d5de9b9c524350cd2acfbebaa6f43ba2b671f51 (diff) | |
download | puppet-f2b960ccb8ec796d74ef2e827b26edde9a039233.tar puppet-f2b960ccb8ec796d74ef2e827b26edde9a039233.tar.gz puppet-f2b960ccb8ec796d74ef2e827b26edde9a039233.tar.bz2 puppet-f2b960ccb8ec796d74ef2e827b26edde9a039233.tar.xz puppet-f2b960ccb8ec796d74ef2e827b26edde9a039233.zip |
Fix typo
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/iurt.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf index 9375c31c..56f24f66 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 %>, |