X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcfg.pm;h=ebe515dbc7e8b825217dacfac3cacc3dbb86daef;hp=956b4347e67458bd35321ce82dd59450a8aeb102;hb=79a7d8380b9712a363a95e8998d6ba3e95ff581b;hpb=13390cbec5be291e002863d8739cbdfa18d073c9;ds=sidebyside 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 = ( );