X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=df469dbdb7dbc040864640860acef019a14dd929;hb=ca2bfed42eb5fcfc054d048601cab06353da0afd;hp=652d08b6538caa48c4ca3ededdace8ea3d9466f7;hpb=c5e660a55fca2dea5359be4884693ccf2d0746cc;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 652d08b65..df469dbdb 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -43,9 +43,6 @@ fi get_suites() { case "$1" in - armhf|s390x) - echo "sid jessie wheezy" - ;; ia64|s390) echo "wheezy" ;; @@ -53,13 +50,16 @@ get_suites() { echo "sid wheezy" ;; arm64|ppc64el) - echo "sid jessie" + echo "sid stretch jessie" ;; amd64|i386) - echo "sid jessie wheezy squeeze" + echo "sid stretch jessie wheezy squeeze" + ;; + kfreebsd-*) + echo "sid jessie wheezy" ;; *) - echo "sid jessie wheezy" + echo "sid stretch jessie wheezy" ;; esac } @@ -69,6 +69,9 @@ case "$DPKGARCH" in amd64) archs="$archs i386" ;; + arm64) + archs="$archs armhf armel" + ;; armhf) if [ "$(uname -m)" = "aarch64" ] ; then archs="$archs arm64"