SVN: toys/stbr/queue_parser.pl

sparky sparky at pld-linux.org
Sat Oct 31 02:48:09 CET 2009


Author: sparky
Date: Sat Oct 31 02:48:09 2009
New Revision: 10904

Modified:
   toys/stbr/queue_parser.pl
Log:
- no colour for distro line (matches CIA colours better)


Modified: toys/stbr/queue_parser.pl
==============================================================================
--- toys/stbr/queue_parser.pl	(original)
+++ toys/stbr/queue_parser.pl	Sat Oct 31 02:48:09 2009
@@ -167,7 +167,7 @@
 			$printed{$id} = $print;
 			my $b = color( "bold" );
 
-			print color( "yellow" ) . "$b$line$e: "
+			print "$b$line:$e "
 				. color( "green" ) . "$requester$e * "
 				. "$rpm$b:$e "
 				. ( join ", ", @status )


More information about the pld-cvs-commit mailing list