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