]> git.donarmstrong.com Git - bugscan.git/commitdiff
fix lack of oldstable in disttags
authorDon Armstrong <don@donarmstrong.com>
Sat, 7 Dec 2013 22:18:15 +0000 (14:18 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 7 Dec 2013 22:18:15 +0000 (14:18 -0800)
scanlib.pm

index 123abb9a7945345d27b8b01b548df5a27c41f62b..4c6b09bf03a8fab543e246e117c6e3889f4aae2a 100644 (file)
@@ -183,7 +183,7 @@ sub scanspooldir {
                next if $skip==1;
        
                my %disttags = ();
                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);
             $disttags{$_}    = grep(/^$bug_cfg::debian_releases->{$_}$/, @tags);
         }
                $disttags{'experimental'} = grep(/^experimental$/, @tags);