$stash->set( logcells => $logcells);
$stash->set( logrows => $logrows );
[% END -%]
-[% mytitle = BLOCK %]PostgreSQL BuildFarm | [% IF stage != 'OK' %]Log for system "[% system %]" failure on snapshot taken [% urldt ; ELSE %]Configuration summary for system "[% system %]" snapshot taken [% urldt ; END ; END -%]
+[% mytitle = BLOCK %]Exim BuildFarm | [% IF stage != 'OK' %]Log for system "[% system %]" failure on snapshot taken [% urldt ; ELSE %]Configuration summary for system "[% system %]" snapshot taken [% urldt ; END ; END -%]
[%
cvsurl = 'http://anoncvs.postgresql.org/cvsweb.cgi';
- giturl = scmurl || 'http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=';
+ giturl = scmurl || 'http://git.exim.org/gitweb?p=exim.git;a=commit;h=';
-%]
[% WRAPPER 'page.tt'
title = mytitle
%]<a href="[% giturl ; commitref %]">[% commitref %]</a>[% logtail | html %]
[% END -%]
-<h1>PostgreSQL Build Farm Log</h1>
+<h1>Exim Build Farm Log</h1>
<h2>Details for system "[% system %]"[% IF stage != 'OK' %] failure at stage [% stage ; ELSE %], status 'OK'[% END %], snapshot taken [% urldt %]</h2>
<table cellspacing="0">
<tr>
[% IF changed_this_run_logs.0 %]
<h5>Git log</h5>
<pre>
-<a href="https://github.com/postgres/postgres/compare/[% last_build_git_ref %]...[% git_head_ref %]">Change Set for this build</a>
-
+[% IF last_build_git_ref && git_head_ref %]
+<a href="https://github.com/Exim/exim/compare/[% last_build_git_ref %]...[% git_head_ref %]">Change Set for this build</a>
+[% END %]
[% FOREACH clog IN changed_this_run_logs ; PROCESS gitlog -%]
[%- END -%]
</pre>