From 817d5389c87ae35e3dabbcc689d1fd77a339daa2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 22 Mar 2007 18:23:06 +0000 Subject: [PATCH] Remove an obsolete explanation for how the testing RC count is computed. --- bugreport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } -- 2.39.2