setup-all-dchroots: stop creating s390 chroots on s390x
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 13 Jun 2016 06:50:04 +0000 (08:50 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 13 Jun 2016 06:50:43 +0000 (08:50 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/schroot/files/setup-all-dchroots

index 666afd9..13da023 100755 (executable)
@@ -96,9 +96,6 @@ case `hostname` in
             mipsel)
                 archs="$archs mips64el"
                 ;;
-            s390|s390x)
-                archs="s390 s390x"
-                ;;
         esac
     ;;
 esac