From: Peter Palfrader Date: Thu, 24 Oct 2013 05:57:32 +0000 (+0200) Subject: s390 no longer in testing or unstable X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c6d25432be0c14289eb3d12d843a9aba9f186bcf;p=mirror%2Fdsa-puppet.git s390 no longer in testing or unstable --- diff --git a/modules/porterbox/files/setup-all-dchroots b/modules/porterbox/files/setup-all-dchroots index 93d9c8b25..dd4498170 100755 --- a/modules/porterbox/files/setup-all-dchroots +++ b/modules/porterbox/files/setup-all-dchroots @@ -36,6 +36,9 @@ get_suites() { armel|s390x) echo "sid jessie wheezy" ;; + s390) + echo "wheezy squeeze" + ;; *) echo "sid jessie wheezy squeeze" ;;