X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcfg.pm;h=8fa127e90b7637bcaf206311de5e032da508a443;hp=ebe515dbc7e8b825217dacfac3cacc3dbb86daef;hb=c6c21e31883775d12d06f104c91c6b1a00b48df0;hpb=79a7d8380b9712a363a95e8998d6ba3e95ff581b diff --git a/bugcfg.pm b/bugcfg.pm index ebe515d..8fa127e 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", "amd64", "alpha", "sparc", "powerpc", "arm", "hppa", "ia64", "mips", "mipsel", "s390" ); +our @architectures = ( "i386", "amd64", "alpha", "sparc", "powerpc", "armel", "hppa", "ia64", "mips", "mipsel", "s390" ); our @sections = ( "main", "contrib", "non-free" ); our @priorities = ( "serious", "grave", "critical" ); our @skiptags = ( );