]> git.donarmstrong.com Git - bugscan.git/commitdiff
mips64el is currently an OUTOFSYNC arch
authorPaul Gevers <elbrus@debian.org>
Mon, 27 Nov 2023 19:05:05 +0000 (20:05 +0100)
committerPaul Gevers <elbrus@debian.org>
Mon, 27 Nov 2023 19:05:05 +0000 (20:05 +0100)
The Release Team has put mips64el on the OUTOFSYNC list which means
that versions in testing can be behind. This also means that we
should be ignoring RC bugs on mips64el.

See https://lists.debian.org/debian-devel-announce/2023/11/msg00005.html

bugcfg.pm

index fa051404fe08181a399f5d025fd0de3fcea12d24..d53f7b807a6728fa36e8e259d5817c7d57bd8185 100644 (file)
--- a/bugcfg.pm
+++ b/bugcfg.pm
@@ -33,7 +33,7 @@ for my $alias (keys %{$config{distribution_aliases}//{}}) {
 # check out:
 # 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 ppc64el s390x);
+our @architectures = qw(all amd64 arm64 armel armhf i386 ppc64el s390x);
 our @sections          = ( "main", "contrib", "non-free" );
 our @priorities                = @{$config{strong_severities}};
 our @skiptags          = ( );