X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;h=046f294b503e12fb22d5ffe99185f2526115fce7;hp=8792983eaa70c24f356d636a9586c40568332eb7;hb=144cce1ad7e00497457520e125cebb3f25233139;hpb=ebb39cbbec146fa4f431b0a5ced772280ceb6f48 diff --git a/bugcounts b/bugcounts index 8792983..046f294 100755 --- a/bugcounts +++ b/bugcounts @@ -60,10 +60,12 @@ for $p (keys %packagelist) { ($sect) = ($comments{$nr} =~ m/\[([^]]*)\]/); $sectcount{$sect}++; } - $worrycount++ unless ( - $bugs{$nr} =~ m/^\[[^]]*I/ or + unless ($bugs{$nr} =~ m/^\[[^]]*I/ or $bugs{$nr} =~ m/ \[[^]]*X/ or - ($bugs{$nr} =~ m/ \[[^]]*[OSUE]/ and $bugs{$nr} !~ m/ \[[^]]*T/)); + ($bugs{$nr} =~ m/ \[[^]]*[OSUE]/ and $bugs{$nr} !~ m/ \[[^]]*T/)) { + $worrycount++; + # print STDERR "$nr $bugs{$nr}\n"; + } } if (defined($comments{$p}) && $comments{$p} =~ m/^\[REMOVE\]/) {