X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcfg.pm;h=e6ee489f90a92fb274f7124b53bd5bffa1316603;hp=d9849bf657b0ce12371e7f7a75be5e882537bd12;hb=e9cd0b5cebcf61d48902b96ca842165cd3ab4d4b;hpb=b77f91d5f19ce0d9d6c401c91e5d9501e5068049 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}//{}}) {