setup-all-dchroots: wheezy is gone, jessie is limited to LTS architectures
[mirror/dsa-puppet.git] / 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
 }