X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=inline;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=666afd9a6914d1fd563dae3e0af89b664448e961;hb=5bc5f7742f0ff319fa64bf5d47d1fcdfd974283a;hp=4e5b53cb9ee8c544d737282bcc094de9f27e8b54;hpb=4c99b2af37a0c04d398b40ff9c5978476aced68b;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 4e5b53cb9..666afd9a6 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -43,17 +43,11 @@ 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" @@ -62,7 +56,7 @@ get_suites() { echo "sid" ;; *) - echo "sid stretch jessie wheezy" + echo "sid stretch jessie" ;; esac }