X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/d8818469c070065e44415ede75007d5f3b276ea3..88b5fec90a0e249f6b89a24f29aa536f1ef0b986:/templates/log.tt diff --git a/templates/log.tt b/templates/log.tt index da255f2..e2ceffd 100644 --- a/templates/log.tt +++ b/templates/log.tt @@ -1,6 +1,13 @@ +[%# + +Copyright (c) 2003-2010, Andrew Dunstan + +See accompanying License file for license details + +-%] [% PERL %] use POSIX qw(ceil); - my $lrfactor = 6; + my $lrfactor = 4; $stash->set(lrfactor => $lrfactor); my $rows = $stash->get('log_file_names'); my $logrows = ceil(scalar(@$rows)/$lrfactor); @@ -8,17 +15,24 @@ $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 bodyclass = 'none' pagebutton = 'none' %] -
Stage Logs | +
---|
Stage Logs Total run time [% run_time %] |
[% END %]
[% IF loop.count > 1 and loop.count % lrfactor == 1 %]|
---|---|
[% striplog %] | +[% striplog %] ([% stage_times.$logstage.stage_duration %]) | [% IF loop.count % lrfactor == 0 %]
Files changed this run-[%- IF changed_this_run.0 -%] +[%- FOREACH changed IN changed_this_run %] [% changed.0 ; IF scm == 'cvs'; ' '; changed.1; END %] [%- END -%] ++[% END %] + |
+
+[% IF changed_this_run_logs.0 %]
+Git log++[% IF last_build_git_ref && git_head_ref %] +Change Set for this build +[% END %] +[% FOREACH clog IN changed_this_run_logs ; PROCESS gitlog -%] +[%- END -%] ++ |
[%- ELSE %]
not recorded
-[% END -%]
+
+[% END -%]
+
Files changed since last success-[%- IF changed_since_success.0 %] +[%- FOREACH changed IN changed_since_success %] [% changed.0 ; IF scm == 'cvs'; ' '; changed.1; END %] [%- END -%] ++[% END %] + |
+
+[% IF changed_since_success_logs.0 %]
+Git log++Change Set prior to this build + +Change Set including this build + +[% FOREACH clog IN changed_since_success_logs ; PROCESS gitlog -%] +[%- END -%] ++ |
[%- ELSE %]
+
[% log | html %]