From 72945b569362f063fb83fa640f08d087f13828b1 Mon Sep 17 00:00:00 2001 From: Debian BTS Date: Thu, 16 Jun 2011 17:06:31 +0000 Subject: [PATCH] fix YA problem with bugscan --- bugcfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugcfg.pm b/bugcfg.pm index 1d237a5..b1f420c 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -24,7 +24,7 @@ $debian_ftproot = "/org/bugs.debian.org/etc/indices/ftp/testing"; # 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 = $config{strong_severities}; +our @priorities = @{$config{strong_severities}}; our @skiptags = ( ); 1; -- 2.39.2