From: wanna-build admin Date: Sat, 29 Nov 2008 10:41:54 +0000 (+0000) Subject: Merge /home/luk/wanna-build X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bf295e4afd27dbde46c838590f556f21ea4dd993;hp=e84d121deddb1d8d7d4cc44586ff7ea4bed3e658;p=wannabuild.git Merge /home/luk/wanna-build --- diff --git a/bin/wanna-build-statistics b/bin/wanna-build-statistics index 70a689f..a7cb158 100755 --- a/bin/wanna-build-statistics +++ b/bin/wanna-build-statistics @@ -59,7 +59,7 @@ while( @ARGV && $ARGV[0] =~ /^-/ ) { $dist = "stable" if $dist eq "s"; $dist = "testing" if $dist eq "t"; $dist = "unstable" if $dist eq "u"; - die "Bad distribution\n" if !isin($dist, qw(stable testing unstable stable-security testing-security)); + die "Bad distribution\n" if !isin($dist, qw(stable testing unstable stable-security testing-security oldstable oldstable-security)); } elsif (/^--$/) { last; diff --git a/bin/wb-graph b/bin/wb-graph index 1a65dbc..9419380 100755 --- a/bin/wb-graph +++ b/bin/wb-graph @@ -19,10 +19,11 @@ while( @ARGV && $ARGV[0] =~ /^-/ ) { else { $dist = shift @ARGV; } - $dist = "stable" if $dist eq "s"; - $dist = "frozen" if $dist eq "f"; - $dist = "unstable" if $dist eq "u"; - die "Bad distribution\n" if !isin($dist, qw(stable testing unstable)); + $dist = "oldstable" if $dist eq "o"; + $dist = "stable" if $dist eq "s"; + $dist = "tesing" if $dist eq "t"; + $dist = "unstable" if $dist eq "u"; + die "Bad distribution\n" if !isin($dist, qw(oldstable stable testing unstable)); } elsif (/^--$/) { last; diff --git a/etc/wanna-build.conf.local b/etc/wanna-build.conf.local index febf5ec..ab66c05 100644 --- a/etc/wanna-build.conf.local +++ b/etc/wanna-build.conf.local @@ -16,7 +16,7 @@ $db_maint = "wb-team\@buildd.debian.org"; # mail address of not-for-us maintainer (informed about Not-For-Us state # changes) -$notforus_maint = "rmurray-wanna-build"; +$notforus_maint = "notforus\@buildd.debian.org"; # mail address for logs of all state changes #$log_mail = "m68k-changes\@nocrew.org"; diff --git a/postrelease b/postrelease index f405229..1afda22 100644 --- a/postrelease +++ b/postrelease @@ -3,8 +3,8 @@ set -e -# etch -ARCHS_stable="arm sparc alpha powerpc i386 mips mipsel ia64 hppa s390" +# lenny +ARCHS_stable="arm sparc alpha powerpc i386 amd64 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 @@ -36,6 +36,9 @@ for a in $ARCHS_testing; do if [ "$a" = "amd64" ]; then group=wb-i386 fi + if [ "$a" = "armel" ]; then + group=wb-arm + fi chgrp $group $a/build-db-testing* chmod 000 $a/build-db-testing chmod 000 $a/build-db-testing-security