From 1723fbba7d45b0a0c8238bee6c035258de2e06dd Mon Sep 17 00:00:00 2001 From: Debian BTS Date: Tue, 17 Feb 2009 01:20:21 +0000 Subject: [PATCH 1/1] switch from arm to armel --- bugcfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugcfg.pm b/bugcfg.pm index 5cc4b0c..8fa127e 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -26,7 +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 @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 = ( ); -- 2.39.2