From: Steinar H. Gunderson Date: Thu, 22 Mar 2007 18:23:06 +0000 (+0000) Subject: Remove an obsolete explanation for how the testing RC count is computed. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=817d5389c87ae35e3dabbcc689d1fd77a339daa2 Remove an obsolete explanation for how the testing RC count is computed. --- diff --git a/bugreport b/bugreport index 5c27be9..75654cc 100755 --- a/bugreport +++ b/bugreport @@ -156,14 +156,14 @@ sub MakeStatistics() { 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 (excluding ignored and not-in-testing): %d

\n", $worrytotal); + 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); 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 (excluding ignored and not-in-testing): %d\n", $worrytotal); + printf("Number concerning the next release: %d\n", $worrytotal); } }