X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcfg.pm;h=9293e0d8d4273f2cf2612e2ea9df49c73b24e894;hp=b1f420caef65b20eaa0563ab4609aaafc699e527;hb=f17d7fdbcb54d947c00608250f5cd99c84ee2af8;hpb=72945b569362f063fb83fa640f08d087f13828b1 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 = ( );