diff -r b59a964f37ef -r fde18ad07a01 uh_parser/RaptorInfo.pm --- a/uh_parser/RaptorInfo.pm Mon May 10 12:03:05 2010 +0100 +++ b/uh_parser/RaptorInfo.pm Mon May 10 14:23:00 2010 +0100 @@ -42,14 +42,9 @@ { my ($text) = @_; - my $severity = ''; - - if ($text =~ m,unmatchable,) + if ($text =~ m,Buildable configuration '(.*)',) { - $severity = $RaptorCommon::SEVERITY_CRITICAL; - - #dump_error($category, $severity, $text); - print "$category, $severity, $text\n"; + $::allconfigs->{$1}=1; } }