]> git.donarmstrong.com Git - bugscan.git/commitdiff
add patch from Mehdi Dogguy to color lines of the RC bugs in bugscan
authorDon Armstrong <don@donarmstrong.com>
Mon, 13 Jun 2011 20:32:04 +0000 (13:32 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 13 Jun 2011 20:32:04 +0000 (13:32 -0700)
bugreport

index c8cc82d0388e769893a2549068a183c885ee1c13..fd8355f1484931ada038bada9aaf7d98d2f182c3 100755 (executable)
--- a/bugreport
+++ b/bugreport
@@ -152,12 +152,12 @@ sub MakeStatistics() {
        }
 
        if ($html) {
-               print "<strong>Total number of release-critical bugs:</strong> $bugcount<BR>\n";
+               print "<strong><font color=\"red\">Total number of release-critical bugs</font>:</strong> $bugcount<BR>\n";
                printf("<strong>Number that have a patch:</strong> %d<BR>\n", $patchtotal);
                printf("<strong>Number that have a fix prepared and waiting to upload:</strong> %d<BR>\n", $pendingtotal);
                printf("<strong>Number that are being ignored:</strong> %d<BR>\n", $ignoretotal);
-               printf("<strong>Number concerning the current stable release:</strong> %d<BR>\n", $stabletotal);
-               printf("<strong>Number concerning the next release:</strong> %d<P>\n", $worrytotal);
+               printf("<strong><font color=\"blue\">Number concerning the current stable release</font>:</strong> %d<BR>\n", $stabletotal);
+               printf("<strong><font color=\"green\">Number concerning the next release</font>:</strong> %d<P>\n", $worrytotal);
        } else {
                print "Total number of release-critical bugs: $bugcount\n";
                printf("Number that have a patch: %d\n", $patchtotal);