uh_parser/RaptorInfo.pm
changeset 254 fde18ad07a01
parent 177 6d3c3db11e72
child 258 08436a227940
equal deleted inserted replaced
253:b59a964f37ef 254:fde18ad07a01
    40 
    40 
    41 sub process
    41 sub process
    42 {
    42 {
    43 	my ($text) = @_;
    43 	my ($text) = @_;
    44 	
    44 	
    45 	my $severity = '';
    45 	if ($text =~ m,Buildable configuration '(.*)',)
    46 	
       
    47 	if ($text =~ m,unmatchable,)
       
    48 	{
    46 	{
    49 		$severity = $RaptorCommon::SEVERITY_CRITICAL;
    47 		$::allconfigs->{$1}=1;	
    50 		
       
    51 		#dump_error($category, $severity, $text);
       
    52 		print "$category, $severity, $text\n";
       
    53 	}
    48 	}
    54 }
    49 }
    55 
    50 
    56 sub on_start_buildlog_info
    51 sub on_start_buildlog_info
    57 {
    52 {