Don't show "localhost" as machine for cached failed build steps

[?]
Sep 11, 2015, 12:12 PM
7LFMSF4K74AGUFI4RE2JYUUHYLSUXYRLUEILAOR56Q4S7TNSMZOQC

Dependencies

  • [2] NQ2X3Y4K Don't render machine name if not applicable to step
  • [3] PH3DFCNU Render machine correctly if it doesn't contain @
  • [4] 2GUAKGTB Fix indentation of build.tt
  • [5] TX7Q4RAS Add page showing latest build steps
  • [6] 24BMQDZA Start 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
    [3.932][2.0:200]()
    <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>
    [3.932]
    [3.985]
    <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>