From: Luk Claes Date: Thu, 27 Nov 2008 23:59:33 +0000 (+0000) Subject: Start removing m68k and hurd-i386 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a60f6cb568e4ce3bf7010c2d6791189799cfaf5;p=wannabuild.git Start removing m68k and hurd-i386 --- diff --git a/bin/wanna-build b/bin/wanna-build index 44f3743..adaf702 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -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. diff --git a/postrelease b/postrelease index ebe33b2..f405229 100644 --- a/postrelease +++ b/postrelease @@ -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 diff --git a/trigger.daily b/trigger.daily index 36d166a..3f92d9e 100755 --- a/trigger.daily +++ b/trigger.daily @@ -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" diff --git a/trigger.often b/trigger.often index 0821c80..285a10f 100755 --- a/trigger.often +++ b/trigger.often @@ -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"