From fb44329222f15a8caed242d73e1abf406ad42868 Mon Sep 17 00:00:00 2001 From: Debian BTS Date: Mon, 22 Feb 2010 20:27:40 +0000 Subject: [PATCH] update architectures to exclude alpha --- bugcfg.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = ( ); -- 2.39.2