git://git.exim.org
/
buildfarm-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14854c7
)
housekeeping
author
Andrew Dunstan
<andrew@dunslane.net>
Sun, 19 Dec 2010 13:54:59 +0000
(08:54 -0500)
committer
Andrew Dunstan
<andrew@dunslane.net>
Sun, 19 Dec 2010 13:54:59 +0000
(08:54 -0500)
bf-alerts.pl
patch
|
blob
|
history
diff --git
a/bf-alerts.pl
b/bf-alerts.pl
index 248137185a9aab4522625207cf7bef0a05a26302..091b55849ce5e9c6269f308fa4def9ff304fd157 100755
(executable)
--- a/
bf-alerts.pl
+++ b/
bf-alerts.pl
@@
-244,9
+244,9
@@
foreach my $clearme (@need_cleared)
print "alert cleared $animal $branch\n";
}
-foreach my $
clear
me (@need_alerts)
+foreach my $
need
me (@need_alerts)
{
- my ($sysbranch, $setting) = @$
clear
me;
+ my ($sysbranch, $setting) = @$
need
me;
my ($animal, $branch) = ($sysbranch->{sysname},$sysbranch->{branch});
my $hours = sprintf("%.2f",($now - $sysbranch->{snapshot}) / 3600);
my $text = "$sysbranch->{sysname} has not reported " .