From: Peter Palfrader Date: Thu, 13 Nov 2014 08:08:30 +0000 (+0100) Subject: Stop making squeeze chroots on !i386/amd64 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=497204357b7446d48245ed298c975bf6e94082bc;p=mirror%2Fdsa-puppet.git Stop making squeeze chroots on !i386/amd64 --- diff --git a/modules/porterbox/files/setup-all-dchroots b/modules/porterbox/files/setup-all-dchroots index 0b4469b20..efb920fd4 100755 --- a/modules/porterbox/files/setup-all-dchroots +++ b/modules/porterbox/files/setup-all-dchroots @@ -37,17 +37,20 @@ get_suites() { echo "sid jessie wheezy" ;; ia64|s390) - echo "wheezy squeeze" + echo "wheezy" ;; sparc) - echo "sid wheezy squeeze" + echo "sid wheezy" ;; arm64) echo "sid jessie" ;; - *) + amd64|i386) echo "sid jessie wheezy squeeze" ;; + *) + echo "sid jessie wheezy" + ;; esac }