forked from lix-project/hydra
Fix message
This commit is contained in:
parent
8523130ebb
commit
2d46741840
|
@ -25,7 +25,7 @@ The following dependent jobs also failed:
|
||||||
[% END -%]
|
[% END -%]
|
||||||
|
|
||||||
[% END -%]
|
[% END -%]
|
||||||
[% IF nrCommits > 0 -%]
|
[% IF nrCommits > 0 && authorList -%]
|
||||||
This is likely due to [% IF nrCommits > 1 -%][% nrCommits %] commits by [% END -%][% authorList %].
|
This is likely due to [% IF nrCommits > 1 -%][% nrCommits %] commits by [% END -%][% authorList %].
|
||||||
|
|
||||||
[% END -%]
|
[% END -%]
|
||||||
|
@ -85,8 +85,6 @@ sub buildFinished {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Send an email to each interested address.
|
# Send an email to each interested address.
|
||||||
# !!! should use the Template Toolkit here.
|
|
||||||
|
|
||||||
for my $to (keys %addresses) {
|
for my $to (keys %addresses) {
|
||||||
print STDERR "sending mail notification to ", $to, "\n";
|
print STDERR "sending mail notification to ", $to, "\n";
|
||||||
my @builds = @{$addresses{$to}->{builds}};
|
my @builds = @{$addresses{$to}->{builds}};
|
||||||
|
|
Loading…
Reference in a new issue