diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-05-16 00:09:59 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-05-16 00:09:59 +0100 |
commit | cc1079609497da5d5700e27f1076d57bf2b9282c (patch) | |
tree | befb6ac16ce824df8db0f660c9baff3b71b3d713 | |
parent | cbc90e48b8db765acac92b8c645dccd99884e06c (diff) | |
download | puppet-cc1079609497da5d5700e27f1076d57bf2b9282c.tar puppet-cc1079609497da5d5700e27f1076d57bf2b9282c.tar.gz puppet-cc1079609497da5d5700e27f1076d57bf2b9282c.tar.bz2 puppet-cc1079609497da5d5700e27f1076d57bf2b9282c.tar.xz puppet-cc1079609497da5d5700e27f1076d57bf2b9282c.zip |
Ignore architecture when installing build chroot
-rw-r--r-- | modules/buildsystem/templates/iurt.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf index 1cbe1074..95d9d1ec 100644 --- a/modules/buildsystem/templates/iurt.conf +++ b/modules/buildsystem/templates/iurt.conf @@ -19,6 +19,8 @@ admin => 'mageia-sysadm@mageia.org', 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' 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 %>, |