X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcfg.pm;h=5cc4b0c5d18316492a8bb583ceca4a3c5f0cd60a;hp=956b4347e67458bd35321ce82dd59450a8aeb102;hb=66181ccca49c7fd9d8b39b3ee8f59e2c70b3824d;hpb=13390cbec5be291e002863d8739cbdfa18d073c9 diff --git a/bugcfg.pm b/bugcfg.pm index 956b434..5cc4b0c 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -1,5 +1,5 @@ #! /usr/bin/perl -# vim: ts=4 sw=4 nowrap +# vim: ts=8 sw=8 nowrap use strict; use warnings; @@ -26,8 +26,7 @@ if ($host eq "master" or $host eq "spohr" or $host eq "rietz") { die "Unknown machine, please configure paths in bugcfg.pm\n"; } -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 = ( );