From: Steinar H. Gunderson Date: Sat, 10 Mar 2007 12:34:24 +0000 (+0000) Subject: Care about the open/closed status for pseudopackages. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=6535c7957521d2d4f852c2a2772b53dd8a905e52;hp=e9eb807741db0e4c06a4ca4dd9e5eea0ea843d9c Care about the open/closed status for pseudopackages. --- diff --git a/scanlib.pm b/scanlib.pm index dc4aac6..25aafcd 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -223,6 +223,7 @@ sub scanspooldir() { for my $dist qw(oldstable stable testing unstable experimental) { $relinfo .= uc(substr($dist, 0, 1)) if $disttags{$dist}; } + next if (length($bug->{'done'})); } else { # default according to dondelelcaro 2006-11-11 if (!$disttags{'oldstable'} && !$disttags{'stable'} && !$disttags{'testing'} && !$disttags{'unstable'} && !$disttags{'experimental'}) {