From: Don Armstrong Date: Sat, 7 Dec 2013 22:18:15 +0000 (-0800) Subject: fix lack of oldstable in disttags X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=882c3a5e8e8d32eb965a7d1f805f8ea31668b91c;hp=ed0c4f5a2a8db51bd58d3b03381163c1ffa164fd fix lack of oldstable in disttags --- diff --git a/scanlib.pm b/scanlib.pm index 123abb9..4c6b09b 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -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);