From 339b50387fd0a9c5533bf9837a10a11f28790fcc Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 6 Nov 2012 12:35:33 -0800 Subject: [PATCH] change tracked release architectures to match what is currently in testing --- bugcfg.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bugcfg.pm b/bugcfg.pm index b1f420c..9293e0d 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -21,8 +21,10 @@ $debian_sources = "/etc/debbugs/indices/ftp.sources"; $debian_ftproot = "/org/bugs.debian.org/etc/indices/ftp/testing"; -# alpha excluded to RM request -our @architectures = ( "i386", "amd64", "sparc", "powerpc", "armel", "hppa", "ia64", "mips", "mipsel", "s390" ); +# check out: +# http://release.debian.org/wheezy/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 s390 s390x sparc); our @sections = ( "main", "contrib", "non-free" ); our @priorities = @{$config{strong_severities}}; our @skiptags = ( ); -- 2.39.2