X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwb-graph;h=941938031ddc707cc076301af181f0ffaee171ac;hb=69ad4f2cbd3f6e787036df0bb513057fec448fe8;hp=1a65dbc1bc4c8dfa5e1306fae2b25461ec4c08f0;hpb=f86f376c4defd77168ed8afa3287bfad180005e0;p=wannabuild.git 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;