From: Don Armstrong Date: Mon, 27 Apr 2015 22:40:45 +0000 (-0700) Subject: switch the defaults to the current release X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=e9cd0b5cebcf61d48902b96ca842165cd3ab4d4b;hp=b77f91d5f19ce0d9d6c401c91e5d9501e5068049 switch the defaults to the current release --- diff --git a/bugcfg.pm b/bugcfg.pm index d9849bf..e6ee489 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -18,10 +18,10 @@ $pseudolist = $config{pseudo_desc_file}; # this is just the default, and should always be overriden by the # Debbugs::Config; set values -our $debian_releases = {testing => 'jessie', - stable => 'wheezy', +our $debian_releases = {testing => 'stretch', + stable => 'jessie', unstable => 'sid', - oldstable => 'squeeze', + oldstable => 'wheezy', }; # figure out debian releases from distribution aliases for my $alias (keys %{$config{distribution_aliases}//{}}) {