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=1a036929bc23af5e500fa8dec1f4b6eaef988e9a;hpb=8dc30d565815fa2f9322a46bd3c44d12cddab79f;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 1a036929b..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" ;; @@ -69,8 +72,9 @@ extra="" case `hostname` in pizzetti) archs="ppc64" - extra="$extra -m http://debian-ports.org/debian-ports" - extra="$extra -k /root/debian-ports-archive-2015.gpg" + extra="$extra -m http://ftp.de.debian.org/debian-ports" + extra="$extra -k /root/debian-ports-archive-2016.gpg" + extra="$extra -I debian-ports-archive-keyring" ;; *) archs="$DPKGARCH" @@ -92,6 +96,12 @@ case `hostname` in archs="$archs armhf" fi ;; + mips64el) + archs="$archs mipsel" + ;; + mipsel) + archs="$archs mips64el" + ;; s390|s390x) archs="s390 s390x" ;; @@ -114,7 +124,7 @@ do_one() { fi ;; porterbox) - if ! chronic setup-dchroot -f -a "$a" "$s" + if ! chronic setup-dchroot -f -a "$a" $extra "$s" then return 1 fi