Don't show "localhost" as machine for cached failed build steps
[?]
Sep 11, 2015, 12:12 PM
7LFMSF4K74AGUFI4RE2JYUUHYLSUXYRLUEILAOR56Q4S7TNSMZOQCDependencies
- [2]
NQ2X3Y4KDon't render machine name if not applicable to step - [3]
PH3DFCNURender machine correctly if it doesn't contain @ - [4]
2GUAKGTBFix indentation of build.tt - [5]
TX7Q4RASAdd page showing latest build steps - [6]
24BMQDZAStart of single-process hydra-queue-runner - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/root/build.tt at line 48
<td>[% IF step.busy == 1 || 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 == 4 || step.status == 7)); INCLUDE renderMachineName machine=step.machine; ELSE; "<em>n/a</em>"; END %]</td>