From: Aurelien Jarno Date: Mon, 13 Jun 2016 06:50:04 +0000 (+0200) Subject: setup-all-dchroots: stop creating s390 chroots on s390x X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=60afaa8904cb819ceec6b1739d2f220d052feec3;p=mirror%2Fdsa-puppet.git setup-all-dchroots: stop creating s390 chroots on s390x Signed-off-by: Aurelien Jarno --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 666afd9a6..13da02398 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -96,9 +96,6 @@ case `hostname` in mipsel) archs="$archs mips64el" ;; - s390|s390x) - archs="s390 s390x" - ;; esac ;; esac