From: Aurelien Jarno Date: Thu, 5 May 2016 23:02:24 +0000 (+0200) Subject: Always create mips64el chroot on mipsel buildds X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2aaa94966b42ca960bb421c2da32006dc69f5e69;p=mirror%2Fdsa-puppet.git Always create mips64el chroot on mipsel buildds All our mipsel build daemons are now capable of running mips64el binaries. In addition we have mips64el capables build daemons which are not using a Loongson 3 CPU. Signed-off-by: Aurelien Jarno --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 7bc1a9762..4e5b53cb9 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -100,9 +100,7 @@ case `hostname` in archs="$archs mipsel" ;; mipsel) - if grep -w "Loongson-3" -q /proc/cpuinfo ; then - archs="$archs mips64el" - fi + archs="$archs mips64el" ;; s390|s390x) archs="s390 s390x"