]> git.donarmstrong.com Git - wannabuild.git/commitdiff
Prepare for release
authorLuk Claes <luk@raff.debian.org>
Sat, 14 Feb 2009 16:00:17 +0000 (16:00 +0000)
committerLuk Claes <luk@raff.debian.org>
Sat, 14 Feb 2009 16:00:17 +0000 (16:00 +0000)
bin/wanna-build
bin/wanna-build-statistics
libtrigger.sh

index adaf702b73a5698b6cb507936ba4450a9339d5d4..e33570d6f8f21318efd1cfd4148ea6a636e61228 100755 (executable)
@@ -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";
index a7cb158b69a3c5ab375080da2d95e54f9af30e46..0b059118dc0d2664555ff9b0978077bae0ecf971 100755 (executable)
@@ -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";
index 0bc9cc4e3af3ce5fd12e1e0a43274dc8c0dba565..8494811a4944786268634d51954a4e42b9856cc5 100644 (file)
@@ -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"