From: Debian BTS Date: Mon, 22 Feb 2010 20:27:52 +0000 (+0000) Subject: merge changes from don bugscan branch X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=1711f575e088f50505776a9ae4f605f9d2d66b5b;hp=01a709e185f5e8f2b059293c3a770a28b28df927 merge changes from don bugscan branch --- diff --git a/bugcfg.pm b/bugcfg.pm index 8fa127e..2d3c59c 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -26,7 +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 @architectures = ( "i386", "amd64", "alpha", "sparc", "powerpc", "armel", "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 = ( );