From 81a72cc14d904ea3d2da26bc08d5fe54e2d05c1f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 13 Nov 2016 15:24:35 -0800 Subject: [PATCH] remove ia64 too --- bugcfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugcfg.pm b/bugcfg.pm index 43f10cb..0fdbccc 100644 --- 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 -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 = ( ); -- 2.39.2