drop all traces of ia64
[mirror/dsa-puppet.git] / modules / schroot / files / setup-all-dchroots
index 13da023..f29d0a0 100755 (executable)
@@ -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"
         ;;
     *)