]> git.donarmstrong.com Git - bugscan.git/commitdiff
remove kfreebsd-* and add ppc64el to the list of architectures
authorDon Armstrong <don@donarmstrong.com>
Fri, 28 Aug 2015 14:51:43 +0000 (07:51 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 28 Aug 2015 14:51:43 +0000 (07:51 -0700)
bugcfg.pm

index e6ee489f90a92fb274f7124b53bd5bffa1316603..00f408fd21d8be94c2e21170a80e3fb5f305801e 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/wheezy/arch_qualify.html
+# http://release.debian.org/stretch/arch_qualify.html
 # and then generally include architectures which are currently in testing
-our @architectures = qw(amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x);
+our @architectures = qw(amd64 armel armhf i386 ia64 mips mipsel powerpc ppc64el s390x);
 our @sections          = ( "main", "contrib", "non-free" );
 our @priorities                = @{$config{strong_severities}};
 our @skiptags          = ( );