a few more words and a bad bug
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Oct 2007 08:47:21 +0000 (04:47 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Oct 2007 08:47:21 +0000 (04:47 -0400)
fanboy

diff --git a/fanboy b/fanboy
index 4a4e0e4128c60b281bb7962674f37de468be4635..0877bd063af9561673d6eb9fd180f9bab3e0ddae 100755 (executable)
--- a/fanboy
+++ b/fanboy
@@ -5,9 +5,10 @@ my %topics=(
                branch branched branches git-*)],
        ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule dapper
                feisty fiesty gutsy hoary edgy universe launchpad gnome desktop
-               naked sabdfl)],
+               naked sabdfl community)],
        debian => [qw(Debian rules rule ian murdock upstream release
-               stable unstable testing apt apt-get deb)],
+               stable unstable testing apt apt-get deb developer NM RM
+               NMU FTBFS BTS ITP)],
 );
 
 if (! @ARGV) {
@@ -29,7 +30,7 @@ my $len=0;
 my $indent="";
 my $indent_printed=0;
 while (<STDIN>) {
-       if (/$total_awesomeness_dude/) {
+       if (/$total_awesomeness_dude/i) {
                if (/^([>|][>|\s]*)/) {
                        if ($indent ne $1) {
                                print "\n" if $len;
This page took 0.011527 seconds and 4 git commands to generate.