X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=70bfd7780b90b0deb9dcfe785e76346cf788a9c0;hb=c9460d69cfe250073f1f5e17e0ce3392a0d441c3;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..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" ;; @@ -93,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" ;;