From: Don Armstrong Date: Mon, 13 Jun 2011 20:32:04 +0000 (-0700) Subject: add patch from Mehdi Dogguy to color lines of the RC bugs in bugscan X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=64d048daa5790ec5e40007cb014380117f23677d add patch from Mehdi Dogguy to color lines of the RC bugs in bugscan --- diff --git a/bugreport b/bugreport index c8cc82d..fd8355f 100755 --- a/bugreport +++ b/bugreport @@ -152,12 +152,12 @@ sub MakeStatistics() { } if ($html) { - print "Total number of release-critical bugs: $bugcount
\n"; + print "Total number of release-critical bugs: $bugcount
\n"; printf("Number that have a patch: %d
\n", $patchtotal); printf("Number that have a fix prepared and waiting to upload: %d
\n", $pendingtotal); printf("Number that are being ignored: %d
\n", $ignoretotal); - printf("Number concerning the current stable release: %d
\n", $stabletotal); - printf("Number concerning the next release: %d

\n", $worrytotal); + printf("Number concerning the current stable release: %d
\n", $stabletotal); + printf("Number concerning the next release: %d

\n", $worrytotal); } else { print "Total number of release-critical bugs: $bugcount\n"; printf("Number that have a patch: %d\n", $patchtotal);