]> git.donarmstrong.com Git - bugscan.git/commitdiff
switch the defaults to the current release
authorDon Armstrong <don@donarmstrong.com>
Mon, 27 Apr 2015 22:40:45 +0000 (15:40 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 27 Apr 2015 22:40:45 +0000 (15:40 -0700)
bugcfg.pm

index d9849bf657b0ce12371e7f7a75be5e882537bd12..e6ee489f90a92fb274f7124b53bd5bffa1316603 100644 (file)
--- 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}//{}}) {