From f2b960ccb8ec796d74ef2e827b26edde9a039233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Mon, 16 May 2016 09:34:39 +0200 Subject: Fix typo --- modules/buildsystem/templates/iurt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ', 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 %>, -- cgit v1.2.1