X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=4e5b53cb9ee8c544d737282bcc094de9f27e8b54;hb=555f0e1d651b7ba0d858c4f171d0bc4f50a42bae;hp=b2c0a6e22935b936315a07510ee5a134501c69e1;hpb=bc69b13c12b4521d07d8ad2b886d3dceaea82093;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index b2c0a6e22..4e5b53cb9 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -50,11 +50,14 @@ get_suites() { echo "sid stretch jessie" ;; amd64|i386) - echo "sid stretch jessie wheezy squeeze" + echo "sid stretch jessie wheezy" ;; kfreebsd-*) echo "sid jessie wheezy" ;; + mips64el) + echo "sid" + ;; ppc64) echo "sid" ;; @@ -70,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" ;; *) @@ -93,6 +96,12 @@ case `hostname` in archs="$archs armhf" fi ;; + mips64el) + archs="$archs mipsel" + ;; + mipsel) + archs="$archs mips64el" + ;; s390|s390x) archs="s390 s390x" ;;