projects
/
bugscan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9eb807
)
Care about the open/closed status for pseudopackages.
author
Steinar H. Gunderson
<sesse@rietz>
Sat, 10 Mar 2007 12:34:24 +0000
(12:34 +0000)
committer
Steinar H. Gunderson
<sesse@rietz>
Sat, 10 Mar 2007 12:34:24 +0000
(12:34 +0000)
scanlib.pm
patch
|
blob
|
history
diff --git
a/scanlib.pm
b/scanlib.pm
index
dc4aac6
..
25aafcd
100644
(file)
--- 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'}) {