]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wb-graph
Fix the distributions
[wannabuild.git] / bin / wb-graph
index 1a65dbc1bc4c8dfa5e1306fae2b25461ec4c08f0..941938031ddc707cc076301af181f0ffaee171ac 100755 (executable)
@@ -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;