From: Joey Hess Date: Thu, 25 Oct 2007 08:45:16 +0000 (-0400) Subject: only fair.. X-Git-Tag: 2.43~4 X-Git-Url: http://git.ieval.ro/?p=filters.git;a=commitdiff_plain;h=52d398066d37216e269aedb48721417c4b35bf2d only fair.. --- diff --git a/fanboy b/fanboy index c685ed0..4a4e0e4 100755 --- a/fanboy +++ b/fanboy @@ -3,16 +3,18 @@ my %topics=( git => [qw(linus git linux rebase rebased merge merged cherry-pick branch branched branches git-*)], - ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule naked dapper + ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule dapper feisty fiesty gutsy hoary edgy universe launchpad gnome desktop - sabdfl)], + naked sabdfl)], + debian => [qw(Debian rules rule ian murdock upstream release + stable unstable testing apt apt-get deb)], ); if (! @ARGV) { @ARGV=@{$topics{git}}; } -elsif (@ARGV == 1 && exists $topics{$ARGV[0]}) { - @ARGV=@{$topics{$ARGV[0]}}; +elsif (@ARGV == 1 && exists $topics{lc $ARGV[0]}) { + @ARGV=@{$topics{lc $ARGV[0]}}; } my $total_awesomeness_dude=join("|",