Fix showing machine name for aborted build steps
[?]
Mar 10, 2016, 3:42 PM
UNVLTCV4FDU6ZQRIA7OG7LDI3ADMDSZ27NTR6JBV7JPKNTLA7P3QCDependencies
- [2]
7LFMSF4KDon't show "localhost" as machine for cached failed build steps - [3]
2GUAKGTBFix indentation of build.tt - [4]
TX7Q4RASAdd page showing latest build steps - [5]
PH3DFCNURender machine correctly if it doesn't contain @ - [6]
24BMQDZAStart of single-process hydra-queue-runner - [7]
NQ2X3Y4KDon't render machine name if not applicable to step - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/root/build.tt at line 52
<td>[% IF step.busy == 1 || ((step.machine || step.starttime) && (step.status == 0 || step.status == 1 || step.status == 4 || step.status == 7)); INCLUDE renderMachineName machine=step.machine; ELSE; "<em>n/a</em>"; END %]</td><td>[% IF step.busy == 1 || ((step.machine || step.starttime) && (step.status == 0 || step.status == 1 || step.status == 3 || step.status == 7)); INCLUDE renderMachineName machine=step.machine; ELSE; "<em>n/a</em>"; END %]</td>