]> git.donarmstrong.com Git - bugscan.git/commitdiff
remove ia64 too
authorDon Armstrong <don@donarmstrong.com>
Sun, 13 Nov 2016 23:24:35 +0000 (15:24 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 13 Nov 2016 23:24:35 +0000 (15:24 -0800)
bugcfg.pm

index 43f10cb875a3c5b13f4dd9f9a20ea0fac437e868..0fdbcccfc5512f3545796c1a03fc4c3f07852f18 100644 (file)
--- a/bugcfg.pm
+++ b/bugcfg.pm
@@ -33,7 +33,7 @@ for my $alias (keys %{$config{distribution_aliases}//{}}) {
 # check out:
 # http://release.debian.org/stretch/arch_qualify.html
 # and then generally include architectures which are currently in testing
 # check out:
 # http://release.debian.org/stretch/arch_qualify.html
 # and then generally include architectures which are currently in testing
-our @architectures = qw(amd64 arm64 armel armhf i386 ia64 mips mipsel ppc64el 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          = ( );
 our @sections          = ( "main", "contrib", "non-free" );
 our @priorities                = @{$config{strong_severities}};
 our @skiptags          = ( );