]> git.donarmstrong.com Git - bugscan.git/blobdiff - scanlib.pm
fix lack of oldstable in disttags
[bugscan.git] / scanlib.pm
index 123abb9a7945345d27b8b01b548df5a27c41f62b..4c6b09bf03a8fab543e246e117c6e3889f4aae2a 100644 (file)
@@ -183,7 +183,7 @@ sub scanspooldir {
                next if $skip==1;
        
                my %disttags = ();
-        for (qw(unstable stable testing unstable)) {
+        for (qw(oldstable stable testing unstable)) {
             $disttags{$_}    = grep(/^$bug_cfg::debian_releases->{$_}$/, @tags);
         }
                $disttags{'experimental'} = grep(/^experimental$/, @tags);