Create /srv/static.debian.org on static mirrors and masters (not on sources)
[mirror/dsa-puppet.git] / modules / schroot / files / setup-all-dchroots
index 92e5e59..f29d0a0 100755 (executable)
@@ -44,13 +44,13 @@ 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 stretch"
+        echo "sid buster stretch"
         ;;
       powerpc)
         echo "sid         jessie"
@@ -58,10 +58,8 @@ get_suites() {
       ppc64)
         echo "sid"
         ;;
-      ia64)
-       ;;
       *)
-        echo "sid stretch jessie"
+        echo "sid buster stretch jessie"
         ;;
     esac
 }