X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=92e5e59a9bb526f9ab4ba4aee5e62b598f5d3e9b;hb=4cfe6de9dc0ffc6c65e215339d13c8ef1490fe22;hp=7bc1a97623186261f0c3d4ec5d3d0ffa7b9d4119;hpb=086a85e483cb3725ed4f0c75d9dfbf6c078a4299;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 7bc1a9762..92e5e59a9 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -43,26 +43,25 @@ 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" + ;; + powerpc) + echo "sid jessie" ;; ppc64) echo "sid" ;; + ia64) + ;; *) - echo "sid stretch jessie wheezy" + echo "sid stretch jessie" ;; esac } @@ -73,7 +72,7 @@ case `hostname` in pizzetti) archs="ppc64" extra="$extra -m http://ftp.de.debian.org/debian-ports" - extra="$extra -k /root/debian-ports-archive-2016.gpg" + extra="$extra -k /root/debian-ports-archive-2017.gpg" extra="$extra -I debian-ports-archive-keyring" ;; *) @@ -100,12 +99,7 @@ case `hostname` in archs="$archs mipsel" ;; mipsel) - if grep -w "Loongson-3" -q /proc/cpuinfo ; then - archs="$archs mips64el" - fi - ;; - s390|s390x) - archs="s390 s390x" + archs="$archs mips64el" ;; esac ;;