equal
deleted
inserted
replaced
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 { |