]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugcfg.pm
Add non-free-firmware to the valid sections
[bugscan.git] / bugcfg.pm
index e6ee489f90a92fb274f7124b53bd5bffa1316603..efa475b875e82bc7b2dee9862578c79d08238c65 100644 (file)
--- a/bugcfg.pm
+++ b/bugcfg.pm
@@ -31,10 +31,10 @@ for my $alias (keys %{$config{distribution_aliases}//{}}) {
 }
 
 # check out:
 }
 
 # check out:
-# http://release.debian.org/wheezy/arch_qualify.html
+# http://release.debian.org/testing/arch_qualify.html
 # and then generally include architectures which are currently in testing
 # 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 @sections          = ( "main", "contrib", "non-free" );
+our @architectures = qw(all amd64 arm64 armel armhf i386 ppc64el s390x);
+our @sections          = ( "main", "contrib", "non-free", "non-free-firmware" );
 our @priorities                = @{$config{strong_severities}};
 our @skiptags          = ( );
 
 our @priorities                = @{$config{strong_severities}};
 our @skiptags          = ( );