Stop lying and saying trees aren't busted when they are. And bring
back the word "Horked". git-svn-id: svn://10.0.0.236/trunk@13367 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -83,8 +83,12 @@ sub status
|
||||
}
|
||||
elsif ($type eq "Build")
|
||||
{
|
||||
$state = "Horked" unless ($state ne "Success");
|
||||
$info{$tree}{$build} = $state;
|
||||
if ($state =~ /success/i) {
|
||||
$state = "Success";
|
||||
} else {
|
||||
$state = "Horked";
|
||||
}
|
||||
$info{$tree}{$build} = $state;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -472,7 +472,7 @@ sub bot_tinderbox
|
||||
{
|
||||
foreach my $e (sort keys %{$$trees{$t}})
|
||||
{
|
||||
next if ($terse && $$trees{$t}{$e} ne "horked");
|
||||
next if ($terse && $$trees{$t}{$e} ne "Horked");
|
||||
$buf .= "[$e: $$trees{$t}{$e}] ";
|
||||
$bustage++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user