Create /srv/static.debian.org on static mirrors and masters (not on sources)
[mirror/dsa-puppet.git] / modules / schroot / files / setup-all-dchroots
index 95bc72d..f29d0a0 100755 (executable)
@@ -44,21 +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"
         ;;
-      ia64)
-       ;;
       *)
-        echo "sid stretch jessie"
+        echo "sid buster stretch jessie"
         ;;
     esac
 }
@@ -69,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"
         ;;
     *)