Fix showing machine name for aborted build steps

[?]
Mar 10, 2016, 3:42 PM
UNVLTCV4FDU6ZQRIA7OG7LDI3ADMDSZ27NTR6JBV7JPKNTLA7P3QC

Dependencies

  • [2] 7LFMSF4K Don't show "localhost" as machine for cached failed build steps
  • [3] NQ2X3Y4K Don't render machine name if not applicable to step
  • [4] TX7Q4RAS Add page showing latest build steps
  • [5] 24BMQDZA Start of single-process hydra-queue-runner
  • [6] 2GUAKGTB Fix indentation of build.tt
  • [7] PH3DFCNU Render machine correctly if it doesn't contain @
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/root/build.tt at line 52
    [3.932][2.0:240]()
    <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>
    [3.932]
    [3.985]
    <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>