From 7a40cce8689c84975ca97dd6ad4db7fe7cf0255d Mon Sep 17 00:00:00 2001
From: Luk Claes <luk@raff.debian.org>
Date: Sat, 14 Feb 2009 16:00:17 +0000
Subject: [PATCH] Prepare for release

---
 bin/wanna-build            | 1 +
 bin/wanna-build-statistics | 1 +
 libtrigger.sh              | 6 +++---
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/bin/wanna-build b/bin/wanna-build
index adaf702..e33570d 100755
--- a/bin/wanna-build
+++ b/bin/wanna-build
@@ -144,6 +144,7 @@ my %options =
 			   $distribution = "";
 		   }
 		   else {
+			   $distribution = "oldstable"   if $distribution eq "o";
 			   $distribution = "stable"   if $distribution eq "s";
 			   $distribution = "testing"  if $distribution eq "t";
 			   $distribution = "unstable" if $distribution eq "u";
diff --git a/bin/wanna-build-statistics b/bin/wanna-build-statistics
index a7cb158..0b05911 100755
--- a/bin/wanna-build-statistics
+++ b/bin/wanna-build-statistics
@@ -56,6 +56,7 @@ while( @ARGV && $ARGV[0] =~ /^-/ ) {
 		else {
 			$dist = shift @ARGV;
 		}
+		$dist = "oldstable"   if $dist eq "o";
 		$dist = "stable"   if $dist eq "s";
 		$dist = "testing"  if $dist eq "t";
 		$dist = "unstable" if $dist eq "u";
diff --git a/libtrigger.sh b/libtrigger.sh
index 0bc9cc4..8494811 100644
--- a/libtrigger.sh
+++ b/libtrigger.sh
@@ -1,6 +1,6 @@
-#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_oldstable="arm sparc alpha powerpc i386 mips mipsel ia64 hppa s390"
+ARCHS_stable="$ARCHS_oldstable armel"
+ARCHS_testing="armel sparc alpha powerpc i386 mips mipsel ia64 hppa s390"
 ARCHS_unstable="$ARCHS_testing"
 CURLOPT="-q -s -S -R -f -Y 10 -y 120 -K /home/pkern/wanna-build/trigger.curlrc"
 
-- 
2.39.5