setup-all-dchroots: wheezy is gone, jessie is limited to LTS architectures
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 24 Jun 2018 21:15:05 +0000 (23:15 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 24 Jun 2018 21:15:05 +0000 (23:15 +0200)
modules/schroot/files/setup-all-dchroots

index 42e3a29..6e08179 100755 (executable)
@@ -50,16 +50,13 @@ fi
 get_suites() {
     case "$1" in
       amd64|i386|armel|armhf)
-        echo "sid buster stretch jessie wheezy"
-        ;;
-      mips64el)
-        echo "sid buster stretch"
+        echo "sid buster stretch jessie"
         ;;
       powerpc)
-        echo "sid         jessie"
+        echo "sid"
         ;;
       *)
-        echo "sid buster stretch jessie"
+        echo "sid buster stretch"
         ;;
     esac
 }