=comment
Copyright (c) 2003-2010, Andrew Dunstan
+Copyright (c) 2022, The Exim Maintainers
See accompanying License file for license details
and branch = ?
)
SELECT (now() at time zone 'GMT')::timestamp(0) - x.snapshot as when_ago,
- x.sysname, x.snapshot, x.status, x.stage, s.log_text
+ x.sysname, x.snapshot, x.status, x.stage, s.log_text, x.git_head_ref
FROM x
LEFT JOIN build_status_log s
ON x.snapshot = s.snapshot AND s.log_stage = 'test-results.log'
[%#
Copyright (c) 2003-2010, Andrew Dunstan
+Copyright (c) 2022, The Exim Maintainers
See accompanying License file for license details
[% BLOCK stdet %]
<tr [% PROCESS cl bgfor=row.stage %]>
<td>[%- row.when_ago | replace('\s',' ') %] ago </td>
- <td class="status">[% row.stage -%]</td>
+ <td class="status">[% row.stage -%] [[% row.git_head_ref.substr(0,7) %]]</td>
+
<td class="status"><a href="show_log.pl?nm=
[%- row.sysname %]&dt=
[%- row.snapshot | uri %]">