]> git.donarmstrong.com Git - wannabuild.git/commitdiff
Start removing m68k and hurd-i386
authorLuk Claes <luk@raff.debian.org>
Thu, 27 Nov 2008 23:59:33 +0000 (23:59 +0000)
committerLuk Claes <luk@raff.debian.org>
Thu, 27 Nov 2008 23:59:33 +0000 (23:59 +0000)
bin/wanna-build
postrelease
trigger.daily
trigger.often

index 44f3743c2b37d8f348c6073dd52484f3808f139a..adaf702b73a5698b6cb507936ba4450a9339d5d4 100755 (executable)
@@ -2449,8 +2449,8 @@ Options:
     -u, --uploaded: Record in the database that the packages build
         correctly and were uploaded.
     -n, --no-build: Record in the database that the packages aren't
-        desired for m68k and shouldn't appear in listings even if
-        they're out of date.
+        desired for this architecture and shouldn't appear in listings even
+       if they're out of date.
     --dep-wait: Record in the database that the packages are waiting
         for some source dependencies to become available
     --merge-quinn: Merge quinn-diff output into database.
index ebe33b2f1a6150be474bd4bce0e90946ccce7ca3..f40522988e2fd1e7d61e33d538ff8d5c33852417 100644 (file)
@@ -4,8 +4,8 @@
 set -e
 
 # etch
-ARCHS_stable="m68k arm sparc alpha powerpc i386 mips mipsel ia64 hppa s390"
-ARCHS_testing="arm sparc alpha powerpc i386 amd64 mips mipsel ia64 hppa s390"
+ARCHS_stable="arm sparc alpha powerpc i386 mips mipsel ia64 hppa s390"
+ARCHS_testing="arm sparc alpha powerpc i386 amd64 mips mipsel ia64 hppa s390 armel"
 
 #for a in $ALL_ARCHS; do
 #   rm $a/build-db-oldstable
index 36d166a7a55b1189a0348c6ef016e19a842b3c16..3f92d9ef0626b74f4f0f0a91e4e0d7c874a3b4e9 100755 (executable)
@@ -16,7 +16,7 @@ SECTIONS="main contrib non-free"
 ARCHS_oldstable="m68k arm sparc alpha powerpc i386 mips mipsel ia64 hppa s390"
 ARCHS_stable="arm sparc alpha powerpc i386 amd64 mips mipsel ia64 hppa s390"
 ARCHS_testing="$ARCHS_stable armel"
-ARCHS_unstable="$ARCHS_testing hurd-i386 m68k"
+ARCHS_unstable="$ARCHS_testing"
 TMPDIR="/org/wanna-build/tmp"
 LOCKFILE="/org/wanna-build/tmp/DB_Maintenance_In_Progress"
 MASTER="http://incoming.debian.org/debian/dists"
index 0821c80fdd16a1a62582dcb952455c962a000bb7..285a10f73a70cc8622b71b48f34b9aedd8f26bfd 100755 (executable)
@@ -11,7 +11,7 @@
 
 LANG=C
 PATH="/bin:/usr/bin"
-ARCHS="m68k arm armel sparc alpha powerpc i386 mips mipsel ia64 hppa s390 amd64"
+ARCHS="arm armel sparc alpha powerpc i386 mips mipsel ia64 hppa s390 amd64"
 TMPDIR="/org/wanna-build/tmp"
 WGETOPT="-q -t2 -w0 -T10"
 LOCKFILE="/org/wanna-build/tmp/DB_Maintenance_In_Progress"