X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-all-dchroots;h=f29d0a0f974e4382a823d8f5ff4279c94c92bcf9;hb=f4b8fc4ea5663b1a3c4de99c6531db9d9ec27ce8;hp=666afd9a6914d1fd563dae3e0af89b664448e961;hpb=5bc5f7742f0ff319fa64bf5d47d1fcdfd974283a;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 666afd9a6..f29d0a0f9 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -44,19 +44,22 @@ fi get_suites() { case "$1" in amd64|i386|armel|armhf) - echo "sid stretch jessie wheezy" + echo "sid buster stretch jessie wheezy" ;; kfreebsd-*) echo "sid jessie" ;; mips64el) - echo "sid" + echo "sid buster stretch" + ;; + powerpc) + echo "sid jessie" ;; ppc64) echo "sid" ;; *) - echo "sid stretch jessie" + echo "sid buster stretch jessie" ;; esac } @@ -67,7 +70,7 @@ case `hostname` in pizzetti) archs="ppc64" extra="$extra -m http://ftp.de.debian.org/debian-ports" - extra="$extra -k /root/debian-ports-archive-2016.gpg" + extra="$extra -k /root/debian-ports-archive-2017.gpg" extra="$extra -I debian-ports-archive-keyring" ;; *) @@ -96,9 +99,6 @@ case `hostname` in mipsel) archs="$archs mips64el" ;; - s390|s390x) - archs="s390 s390x" - ;; esac ;; esac