]> git.donarmstrong.com Git - bugscan.git/commitdiff
mipsel has been removed from Debian
authorDon Armstrong <don@donarmstrong.com>
Sun, 3 Sep 2023 20:34:39 +0000 (13:34 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 3 Sep 2023 20:34:39 +0000 (13:34 -0700)
bugcfg.pm

index 1a54ba4f4415cc7a019a20c34bc9ea58c6dc83ad..fa051404fe08181a399f5d025fd0de3fcea12d24 100644 (file)
--- 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          = ( );