projects
/
bugscan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
339b503
)
check the status of the wheezy-ignore tag, not squeeze-ignore for unstable
author
Don Armstrong
<don@donarmstrong.com>
Mon, 12 Nov 2012 01:09:40 +0000
(17:09 -0800)
committer
Don Armstrong
<don@donarmstrong.com>
Mon, 12 Nov 2012 01:09:40 +0000
(17:09 -0800)
make-britney-counts
patch
|
blob
|
history
diff --git
a/make-britney-counts
b/make-britney-counts
index a603b801d6cd0ce306712c8d99d91f22797cbf1b..2fc765673f26c36d3f95886ab94d87cb9b251792 100755
(executable)
--- a/
make-britney-counts
+++ b/
make-britney-counts
@@
-48,7
+48,7
@@
while (my ($nr, $bug) = each %scanlib::bugs) {
# this hack is specific to britney counts, and ignores
# bugs tagged ignore for the next testing release
- if (scanlib::check_worry_unstable($bug) and not $bug->{'
squeeze
-ignore'}) {
+ if (scanlib::check_worry_unstable($bug) and not $bug->{'
wheezy
-ignore'}) {
push @{$unstablebugs{$package}}, $nr;
}
if (scanlib::check_worry($bug)) {