setup-all-dchroots: add buster
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 17 Jun 2017 08:03:47 +0000 (10:03 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 17 Jun 2017 08:03:47 +0000 (10:03 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/schroot/files/setup-all-dchroots

index 92e5e59..ce26d20 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"
@@ -61,7 +61,7 @@ get_suites() {
       ia64)
        ;;
       *)
-        echo "sid stretch jessie"
+        echo "sid buster stretch jessie"
         ;;
     esac
 }