X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=c75722287762f823a4c7e6ee60593ef6b661bfe4;hb=62632882bea7a8334ca6bfa6e0ff7f0300dc9e1b;hp=4e5b53cb9ee8c544d737282bcc094de9f27e8b54;hpb=2aaa94966b42ca960bb421c2da32006dc69f5e69;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 4e5b53cb9..c75722287 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -43,26 +43,22 @@ fi get_suites() { case "$1" in - ia64|s390|sparc) - echo "wheezy" - ;; - arm64|ppc64el) - echo "sid stretch jessie" - ;; - amd64|i386) + amd64|i386|armel|armhf) echo "sid stretch jessie wheezy" ;; kfreebsd-*) - echo "sid jessie wheezy" + echo "sid jessie" ;; mips64el) - echo "sid" + echo "sid stretch" ;; ppc64) echo "sid" ;; + ia64) + ;; *) - echo "sid stretch jessie wheezy" + echo "sid stretch jessie" ;; esac } @@ -102,9 +98,6 @@ case `hostname` in mipsel) archs="$archs mips64el" ;; - s390|s390x) - archs="s390 s390x" - ;; esac ;; esac