git://git.exim.org
/
buildfarm-server.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Additional icons
[buildfarm-server.git]
/
bf-alerts.pl
diff --git
a/bf-alerts.pl
b/bf-alerts.pl
index 09ac2c23211c156fe29b070947353f9266c8355d..8c932103a9b3dcf6859a3d5c72b7c72ea2135670 100755
(executable)
--- a/
bf-alerts.pl
+++ b/
bf-alerts.pl
@@
-198,7
+198,7
@@
my $me = `id -un`; chomp $me;
my $host = `hostname`; chomp ($host);
$host = $default_host unless ($host =~ m/[.]/ || !defined($default_host));
my $host = `hostname`; chomp ($host);
$host = $default_host unless ($host =~ m/[.]/ || !defined($default_host));
-my $from_addr = "
PG Build
Farm <$me\@$host>";
+my $from_addr = "
Exim Build
Farm <$me\@$host>";
$from_addr =~ tr /\r\n//d;
$from_addr =~ tr /\r\n//d;
@@
-232,7
+232,7
@@
foreach my $clearme (@need_cleared)
# $sth->finish;
$msg->to($mailto);
# $sth->finish;
$msg->to($mailto);
- $msg->subject("
PGBuildf
arm member $animal Branch $branch Alert cleared");
+ $msg->subject("
Exim BuildF
arm member $animal Branch $branch Alert cleared");
my $fh = $msg->open;
print $fh "\n\n$text\n";
$fh->close;
my $fh = $msg->open;
print $fh "\n\n$text\n";
$fh->close;
@@
-261,7
+261,7
@@
foreach my $needme (@need_alerts)
$msg->to($mailto);
$msg->to($mailto);
- $msg->subject("
PGBuildf
arm member $animal Branch $branch " .
+ $msg->subject("
Exim BuildF
arm member $animal Branch $branch " .
"Alert notification");
my $fh = $msg->open;
print $fh "\n\n$text\n";
"Alert notification");
my $fh = $msg->open;
print $fh "\n\n$text\n";