X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=70bfd7780b90b0deb9dcfe785e76346cf788a9c0;hb=4cb40274ae8bc5845bf3049e5efde8b99822127b;hp=7e534d4719a4098886aa33e1b560686800b27dd6;hpb=cad25f7efce73a602a67d5d1f6263403848e413a;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 7e534d471..70bfd7780 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -55,6 +55,9 @@ get_suites() { kfreebsd-*) echo "sid jessie wheezy" ;; + mips64el) + echo "sid" + ;; ppc64) echo "sid" ;; @@ -71,6 +74,7 @@ case `hostname` in archs="ppc64" extra="$extra -m http://ftp.de.debian.org/debian-ports" extra="$extra -k /root/debian-ports-archive-2015.gpg" + extra="$extra -I debian-ports-archive-keyring" ;; *) archs="$DPKGARCH" @@ -92,6 +96,14 @@ case `hostname` in archs="$archs armhf" fi ;; + mips64el) + archs="$archs mipsel" + ;; + mipsel) + if grep -w "Loongson-3" -q /proc/cpuinfo ; then + archs="$archs mips64el" + fi + ;; s390|s390x) archs="s390 s390x" ;;