From ea8a94e5fdd4f676c3a084f6d8ac7d7594198c6c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 3 Sep 2023 13:34:39 -0700 Subject: [PATCH] mipsel has been removed from Debian --- bugcfg.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ( ); -- 2.39.2