From: Andreas Barth <aba@not.so.argh.org>
Date: Thu, 19 Jan 2012 20:34:22 +0000 (+0000)
Subject: move armhf and s390x to testing
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;p=wannabuild.git

move armhf and s390x to testing
---

diff --git a/triggers/common b/triggers/common
index 7749fd2..378053f 100644
--- a/triggers/common
+++ b/triggers/common
@@ -11,8 +11,8 @@ PAS_FILE="$PAS_BASE/$SUITE/Packages-arch-specific"
 LOCKFILE="${ARCHIVE_BASE}/lock"
 ARCHS_lenny="alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc"
 ARCHS_squeeze="amd64 armel i386 ia64 mips mipsel powerpc s390 sparc kfreebsd-amd64 kfreebsd-i386"
-ARCHS_wheezy="amd64 armel i386 ia64 mips mipsel powerpc s390 sparc kfreebsd-amd64 kfreebsd-i386"
-ARCHS_sid="$ARCHS_squeeze hurd-i386 armhf s390x"
+ARCHS_wheezy="amd64 armel armhf i386 ia64 mips mipsel powerpc s390 s390x sparc kfreebsd-amd64 kfreebsd-i386"
+ARCHS_sid="$ARCHS_wheezy hurd-i386"
 
 # Creates a working environment within the corresponding archive
 # directory and jumps there.