diff options
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/iurt.conf | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf index 34809afa..84baac52 100644 --- a/modules/buildsystem/templates/iurt.conf +++ b/modules/buildsystem/templates/iurt.conf @@ -20,13 +20,10 @@ packager => 'Iurt the rebuild bot <mageia-sysadm@mageia.org>', sendmail => 0, build_timeout => { - 'default' => 18000, - 'gcc' => 57600, - 'paraview' => 115200, - 'salome' => 57600, - 'itk' => 115200, - 'wrapitk' => 115200, - 'libreoffice' => 345600 +<%- build_timeout.keys.sort.each{|package| -%> + '<%= package %>' => <%= build_timeout[package] %>, +<%- +} -%> }, } |