* Render durations nicely.
[?]
Mar 13, 2009, 4:04 PM
6FXGLP7TYUCKFF5LDNVF6X7X6FBWQ3D7RUMPZQQ3BO76MXQAEIRACDependencies
- [2]
S5PV6IIM* Represent jobs explicitly in the DB. - [3]
CLJQCY2X* Store info about all the build actions and allow them to be - [4]
IE3SRMWZ* Show global and per-project statistics. - [5]
SHZLOM5M* eval-jobs -> hydra_eval_jobs. - [6]
LQNBKF3D - [7]
BD3GRK4B* Get rid of "positive failures" and separate log phases. - [8]
ZILILXXK* Allow scheduled builds to be cancelled. They're not removed from - [9]
JLDUSNUO* Unify rendering of finished and scheduled builds. - [10]
NDL67SQT* XHTML validity. - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
IK53RV4V
Change contents
- replacement in src/root/build.tt at line 157
[% build.resultInfo.stoptime - build.resultInfo.starttime %]s[% INCLUDE renderDuration duration = build.resultInfo.stoptime - build.resultInfo.starttime %] - replacement in src/root/build.tt at line 230
[% step.stoptime - step.starttime %]s[% INCLUDE renderDuration duration = step.stoptime - step.starttime %] - replacement in src/root/build.tt at line 233
[% build.resultInfo.stoptime - step.starttime %]s[% INCLUDE renderDuration duration = build.resultInfo.stoptime - step.starttime %] - replacement in src/root/build.tt at line 235
[% curTime - step.starttime %]s[% INCLUDE renderDuration duration = curTime - step.starttime %] - edit in src/root/common.tt at line 44
[% END %][% BLOCK renderDuration -%][% IF duration >= 24 * 60 * 60 %][% duration div (24 * 60 * 60) %]d[% END %][% IF duration >= 60 * 60 %][% duration div (60 * 60) % 24 %]h[% END %][% IF duration >= 60 %][% duration div 60 % 60 %]m[% END %][% duration % 60 %]s - replacement in src/root/common.tt at line 127
<td>[% totalBuildTime %]s</td><td>[% INCLUDE renderDuration duration = totalBuildTime %]</td>