]> git.donarmstrong.com Git - bugscan.git/commitdiff
merge changes from don bugscan branch
authorDebian BTS <debbugs@rietz>
Mon, 22 Feb 2010 20:27:52 +0000 (20:27 +0000)
committerDebian BTS <debbugs@rietz>
Mon, 22 Feb 2010 20:27:52 +0000 (20:27 +0000)
bugcfg.pm

index 8fa127e90b7637bcaf206311de5e032da508a443..2d3c59c64f035ca477efe673171217a7818d11b5 100644 (file)
--- 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          = ( );