X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcfg.pm;fp=bugcfg.pm;h=fa051404fe08181a399f5d025fd0de3fcea12d24;hp=1a54ba4f4415cc7a019a20c34bc9ea58c6dc83ad;hb=ea8a94e5fdd4f676c3a084f6d8ac7d7594198c6c;hpb=81658389cf273e2f1c29d80fdd972c2a0591f544 diff --git a/bugcfg.pm b/bugcfg.pm index 1a54ba4..fa05140 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -31,9 +31,9 @@ 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 @architectures = qw(all amd64 arm64 armel armhf i386 mips64el ppc64el s390x); our @sections = ( "main", "contrib", "non-free" ); our @priorities = @{$config{strong_severities}}; our @skiptags = ( );