X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=4e5b53cb9ee8c544d737282bcc094de9f27e8b54;hb=65139996ecd9fed4bb7498e6ac9e73fdaa6920ac;hp=70bfd7780b90b0deb9dcfe785e76346cf788a9c0;hpb=4cb40274ae8bc5845bf3049e5efde8b99822127b;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 70bfd7780..4e5b53cb9 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -50,7 +50,7 @@ get_suites() { echo "sid stretch jessie" ;; amd64|i386) - echo "sid stretch jessie wheezy squeeze" + echo "sid stretch jessie wheezy" ;; kfreebsd-*) echo "sid jessie wheezy" @@ -73,7 +73,7 @@ case `hostname` in pizzetti) archs="ppc64" extra="$extra -m http://ftp.de.debian.org/debian-ports" - extra="$extra -k /root/debian-ports-archive-2015.gpg" + extra="$extra -k /root/debian-ports-archive-2016.gpg" extra="$extra -I debian-ports-archive-keyring" ;; *) @@ -100,9 +100,7 @@ case `hostname` in archs="$archs mipsel" ;; mipsel) - if grep -w "Loongson-3" -q /proc/cpuinfo ; then - archs="$archs mips64el" - fi + archs="$archs mips64el" ;; s390|s390x) archs="s390 s390x"