X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bugcfg.pm;h=efa475b875e82bc7b2dee9862578c79d08238c65;hb=refs%2Fheads%2Fmaster;hp=1a54ba4f4415cc7a019a20c34bc9ea58c6dc83ad;hpb=af9877918029b047a759107f2078e777b0935bec;p=bugscan.git diff --git a/bugcfg.pm b/bugcfg.pm index 1a54ba4..efa475b 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -31,10 +31,10 @@ for my $alias (keys %{$config{distribution_aliases}//{}}) { } # 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 -our @architectures = qw(all amd64 arm64 armel armhf i386 mips64el 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 = ( );