Debian Bug report logs -
#278869
experimental not recognized - worrycount too high
Reported by: Andreas Barth <aba@not.so.argh.org>
Date: Fri, 29 Oct 2004 22:03:02 UTC
Severity: important
Tags: patch
Done: Colin Watson <cjwatson@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Adam Heath and others <owner@bugs.debian.org>:
Bug#278869; Package bugs.debian.org.
(full text, mbox, link).
Acknowledgement sent to Andreas Barth <aba@not.so.argh.org>:
New Bug report received and forwarded. Copy sent to Adam Heath and others <owner@bugs.debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: bugs.debian.org
Severity: important
Tags: patch
Hi,
the worrycount of experimental bugs is currently 21 bugs too high.
Reason: bugscan can't cope with tag experimental. This patch changes it:
--- /org/bugs.debian.org/bugscan/scanlib.pm Mon Feb 23 04:40:11 2004
+++ scanlib.pm Fri Oct 29 14:32:00 2004
@@ -221,6 +221,7 @@
$relinfo .= ($s_tags =~ /\bsarge(|\s.*)$/ ? "T" : "");
# sarge-ignore matches \bsarge\b :(
$relinfo .= ($s_tags =~ /\bsid\b/ ? "U" : "");
+ $relinfo .= ($s_tags =~ /\bexperimental\b/ ? "E" : "");
$taginfo = "[";
$taginfo .= ($s_tags =~ /\bpending\b/ ? "P" : " ");
--- /org/bugs.debian.org/bugscan/bugcounts Thu Feb 12 10:47:42 2004
+++ bugcounts Fri Oct 29 14:41:37 2004
@@ -63,7 +63,7 @@
$worrycount++ unless (
$bugs{$nr} =~ m/^\[[^]]*I/ or
$bugs{$nr} =~ m/ \[[^]]*X/ or
- ($bugs{$nr} =~ m/ \[[^]]*[OSU]/ and $bugs{$nr} !~ m/ \[
[^]]*T/));
+ ($bugs{$nr} =~ m/ \[[^]]*[OSUE]/ and $bugs{$nr} !~ m/ \
[[^]]*T/));
}
if (defined($comments{$p}) && $comments{$p} =~ m/^\[REMOVE\]/) {
Cheers,
Andi
--
http://home.arcor.de/andreas-barth/
PGP 1024/89FB5CE5 DC F1 85 6D A6 45 9C 0F 3B BE F1 D0 C5 D1 D9 0C
Reply sent to Colin Watson <cjwatson@debian.org>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Andreas Barth <aba@not.so.argh.org>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #10 received at 278869-done@bugs.debian.org (full text, mbox, reply):
On Fri, Oct 29, 2004 at 11:46:29PM +0200, Andreas Barth wrote:
> Package: bugs.debian.org
> Severity: important
> Tags: patch
>
> Hi,
>
> the worrycount of experimental bugs is currently 21 bugs too high.
> Reason: bugscan can't cope with tag experimental. This patch changes it:
>
> --- /org/bugs.debian.org/bugscan/scanlib.pm Mon Feb 23 04:40:11 2004
> +++ scanlib.pm Fri Oct 29 14:32:00 2004
> @@ -221,6 +221,7 @@
> $relinfo .= ($s_tags =~ /\bsarge(|\s.*)$/ ? "T" : "");
> # sarge-ignore matches \bsarge\b :(
> $relinfo .= ($s_tags =~ /\bsid\b/ ? "U" : "");
> + $relinfo .= ($s_tags =~ /\bexperimental\b/ ? "E" : "");
>
> $taginfo = "[";
> $taginfo .= ($s_tags =~ /\bpending\b/ ? "P" : " ");
> --- /org/bugs.debian.org/bugscan/bugcounts Thu Feb 12 10:47:42 2004
> +++ bugcounts Fri Oct 29 14:41:37 2004
> @@ -63,7 +63,7 @@
> $worrycount++ unless (
> $bugs{$nr} =~ m/^\[[^]]*I/ or
> $bugs{$nr} =~ m/ \[[^]]*X/ or
> - ($bugs{$nr} =~ m/ \[[^]]*[OSU]/ and $bugs{$nr} !~ m/ \[
> [^]]*T/));
> + ($bugs{$nr} =~ m/ \[[^]]*[OSUE]/ and $bugs{$nr} !~ m/ \
> [[^]]*T/));
> }
>
> if (defined($comments{$p}) && $comments{$p} =~ m/^\[REMOVE\]/) {
Applied, thanks. I also changed bugreport to match bugcounts, and
updated the textual tag descriptions in dohtml and makepost.
Cheers,
--
Colin Watson [cjwatson@debian.org]
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Apr 16 00:20:04 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.