]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugcfg.pm
Add non-free-firmware to the valid sections
[bugscan.git] / bugcfg.pm
index 43f10cb875a3c5b13f4dd9f9a20ea0fac437e868..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/stretch/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 arm64 armel armhf i386 ia64 mips mipsel ppc64el 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          = ( );