X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=c75722287762f823a4c7e6ee60593ef6b661bfe4;hb=fcb420751dafbe3b3b86a4ea8e10a6dab6db8080;hp=666afd9a6914d1fd563dae3e0af89b664448e961;hpb=5bc5f7742f0ff319fa64bf5d47d1fcdfd974283a;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 666afd9a6..c75722287 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -50,11 +50,13 @@ get_suites() { echo "sid jessie" ;; mips64el) - echo "sid" + echo "sid stretch" ;; ppc64) echo "sid" ;; + ia64) + ;; *) echo "sid stretch jessie" ;; @@ -96,9 +98,6 @@ case `hostname` in mipsel) archs="$archs mips64el" ;; - s390|s390x) - archs="s390 s390x" - ;; esac ;; esac