]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugcfg.pm
Use @bugcfg::architectures (and fix that) instead of hardcoding a list
[bugscan.git] / bugcfg.pm
index 956b4347e67458bd35321ce82dd59450a8aeb102..ebe515dbc7e8b825217dacfac3cacc3dbb86daef 100644 (file)
--- 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 $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          = ( );
 our @sections          = ( "main", "contrib", "non-free" );
 our @priorities                = ( "serious", "grave", "critical" );
 our @skiptags          = ( );