SVN: toys/stbr/queue_parser.pl
shadzik
shadzik at pld-linux.org
Fri Oct 30 23:35:10 CET 2009
Author: shadzik
Date: Fri Oct 30 23:35:10 2009
New Revision: 10901
Modified:
toys/stbr/queue_parser.pl
Log:
- blue is bad for your eyes
Modified: toys/stbr/queue_parser.pl
==============================================================================
--- toys/stbr/queue_parser.pl (original)
+++ toys/stbr/queue_parser.pl Fri Oct 30 23:35:10 2009
@@ -128,7 +128,7 @@
}
if ( $p =~ m{<branch>(.+?)</branch>} ) {
my $branch = $1;
- my $c = color( "blue" );
+ my $c = color( "yellow" );
$rpm .= " ($c$branch$e)";
}
More information about the pld-cvs-commit
mailing list