retire unused macro common-dsa-vhost-https-redirect-temp
[mirror/dsa-puppet.git] / modules / schroot / files / setup-all-dchroots
index 666afd9..c757222 100755 (executable)
@@ -50,11 +50,13 @@ get_suites() {
         echo "sid         jessie"
         ;;
       mips64el)
-        echo "sid"
+        echo "sid stretch"
         ;;
       ppc64)
         echo "sid"
         ;;
+      ia64)
+       ;;
       *)
         echo "sid stretch jessie"
         ;;
@@ -96,9 +98,6 @@ case `hostname` in
             mipsel)
                 archs="$archs mips64el"
                 ;;
-            s390|s390x)
-                archs="s390 s390x"
-                ;;
         esac
     ;;
 esac