X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcfg.pm;h=1a54ba4f4415cc7a019a20c34bc9ea58c6dc83ad;hp=00f408fd21d8be94c2e21170a80e3fb5f305801e;hb=HEAD;hpb=41bf47e3d24c6588e009f9ef1feca6f4ab9bbecd diff --git a/bugcfg.pm b/bugcfg.pm index 00f408f..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(amd64 armel armhf i386 ia64 mips mipsel powerpc 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 = ( );