From: Luk Claes Date: Sat, 14 Feb 2009 16:00:17 +0000 (+0000) Subject: Prepare for release X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7a40cce8689c84975ca97dd6ad4db7fe7cf0255d;p=wannabuild.git Prepare for release --- 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"