]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wanna-build-statistics
Fix the distributions
[wannabuild.git] / bin / wanna-build-statistics
index 70a689f3fc835c0613c00288e595fd2472c38376..a7cb158b69a3c5ab375080da2d95e54f9af30e46 100755 (executable)
@@ -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;