Select predecesor build on same branch - fixes bug reported by Tom Lane.
[buildfarm-server.git] / templates / log.tt
index d53e61a33ced2fb29909c97ef6d7cbfc618606f4..07699b01900ee435bc50d868d288bf71c5644c5e 100644 (file)
@@ -30,6 +30,11 @@ See accompanying License file for license details
        firstline = loglines.shift;
        commitref = firstline.replace('commit ([0-9A-Fa-f]+)','$1');
 %]
+<!--
+git_head_ref [% git_head_ref %]
+last_build_git_ref [% last_build_git_ref %]
+last_success_git_ref [% last_success_git_ref %]
+-->
 commit <a href="[% giturl ; commitref %]">[% commitref %]</a>
 [% loglines.join("\n")  | html %]