X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=92e5e59a9bb526f9ab4ba4aee5e62b598f5d3e9b;hb=6b3f2197570ae91174b38c04329414c5166c8d05;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..92e5e59a9 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -43,23 +43,25 @@ fi get_suites() { case "$1" in - ia64|s390|sparc) - echo "wheezy" + amd64|i386|armel|armhf) + echo "sid stretch jessie wheezy" ;; - arm64|ppc64el) - echo "sid stretch jessie" + kfreebsd-*) + echo "sid jessie" ;; - amd64|i386) - echo "sid stretch jessie wheezy squeeze" + mips64el) + echo "sid stretch" ;; - kfreebsd-*) - echo "sid jessie wheezy" + powerpc) + echo "sid jessie" ;; ppc64) echo "sid" ;; + ia64) + ;; *) - echo "sid stretch jessie wheezy" + echo "sid stretch jessie" ;; esac } @@ -70,7 +72,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-2017.gpg" extra="$extra -I debian-ports-archive-keyring" ;; *) @@ -93,8 +95,11 @@ case `hostname` in archs="$archs armhf" fi ;; - s390|s390x) - archs="s390 s390x" + mips64el) + archs="$archs mipsel" + ;; + mipsel) + archs="$archs mips64el" ;; esac ;;