From 79a7d8380b9712a363a95e8998d6ba3e95ff581b Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 10 Mar 2007 15:30:43 +0000 Subject: [PATCH] Use @bugcfg::architectures (and fix that) instead of hardcoding a list in the source. --- bugcfg.pm | 2 +- scanlib.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bugcfg.pm b/bugcfg.pm index 956b434..ebe515d 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -27,7 +27,7 @@ if ($host eq "master" or $host eq "spohr" or $host eq "rietz") { } our $btsURL = "http://www.debian.org/Bugs/"; -our @architectures = ( "i386", "m68k", "alpha", "sparc", "powerpc", "arm", "hppa", "ia64", "mips", "mipsel", "s390" ); +our @architectures = ( "i386", "amd64", "alpha", "sparc", "powerpc", "arm", "hppa", "ia64", "mips", "mipsel", "s390" ); our @sections = ( "main", "contrib", "non-free" ); our @priorities = ( "serious", "grave", "critical" ); our @skiptags = ( ); diff --git a/scanlib.pm b/scanlib.pm index b5154a5..37931f7 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -205,7 +205,7 @@ sub scanspooldir() { bug => $f, status => $bug, dist => $dist, - arch => [ qw(alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc) ] + arch => \@bugcfg::architectures ); # ignore bugs that are absent/fixed in this distribution, include everything -- 2.39.2