Revert "Emable overriding the email template."

This doesn't work as planned, will re-work.

This reverts commit 304f8a5714.
This commit is contained in:
Shea Levy 2013-07-05 18:10:50 -04:00
parent a168f43515
commit b46f2134e0

View file

@ -14,7 +14,7 @@ use Hydra::Helper::Nix;
use Hydra::Helper::CatalystUtils;
my $template = $ENV{'HYDRA_EMAIL_TEMPLATE'} || <<EOF;
my $template = <<EOF;
Hi,
The status of Hydra job [% showJobName(build) %] [% IF showSystem %](on [% build.system %]) [% END %][% IF prevBuild && build.buildstatus != prevBuild.buildstatus %]has changed from "[% showStatus(prevBuild) %]" to "[% showStatus(build) %]"[% ELSE %]is "[% showStatus(build) %]"[% END %]. For details, see