]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugcfg.pm
remove ia64 too
[bugscan.git] / bugcfg.pm
index d9849bf657b0ce12371e7f7a75be5e882537bd12..0fdbcccfc5512f3545796c1a03fc4c3f07852f18 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}//{}}) {
@@ -31,9 +31,9 @@ for my $alias (keys %{$config{distribution_aliases}//{}}) {
 }
 
 # check out:
-# http://release.debian.org/wheezy/arch_qualify.html
+# http://release.debian.org/stretch/arch_qualify.html
 # and then generally include architectures which are currently in testing
-our @architectures = qw(amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x);
+our @architectures = qw(amd64 arm64 armel armhf i386 mips mipsel ppc64el s390x);
 our @sections          = ( "main", "contrib", "non-free" );
 our @priorities                = @{$config{strong_severities}};
 our @skiptags          = ( );