X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bugcfg.pm;fp=bugcfg.pm;h=8fa127e90b7637bcaf206311de5e032da508a443;hb=1723fbba7d45b0a0c8238bee6c035258de2e06dd;hp=5cc4b0c5d18316492a8bb583ceca4a3c5f0cd60a;hpb=66181ccca49c7fd9d8b39b3ee8f59e2c70b3824d;p=bugscan.git 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 = ( );