Show build status 2 and 5 in the same way

[?]
Aug 28, 2013, 9:06 AM
XBLTCIUZRXECDXGAQ6RBRLH5P4UDHD6A5KFIXC7PJ2N2INZDTYHQC

Dependencies

  • [2] 6KIJX24R Get rid of unnecessary [%- and -%] tags
  • [3] 3SQCOHZN * minor performance tweaks
  • [4] J7EE2XZA Fix a huge performance regression in the jobstatus page
  • [5] 3TL5XENE Different icons (darker red) for cancelled builds. Fixes #25.
  • [6] HPEG2RHV Merge the BuildResultInfo table into the Builds table
  • [7] E5DMQRPO Remove unnecessary whitespace in the HTML output
  • [8] T6KISLR6 Fix indentation
  • [*] IK53RV4V

Change contents

  • replacement in src/root/common.tt at line 201
    [3.454][2.4045:4078]()
    [% ELSIF buildstatus == 2 %]
    [3.454]
    [3.487]
    [% ELSIF buildstatus == 2 || buildstatus == 5 %]
  • edit in src/root/common.tt at line 205
    [3.466][2.4113:4146](),[3.2288][3.707:776](),[2.4146][3.707:776](),[3.707][3.707:776]()
    [% ELSIF buildstatus == 5 %]
    <img src="/static/images/error_[% size %].png" alt="Failed" />
  • replacement in src/root/common.tt at line 226
    [3.1494][3.2450:2483]()
    [% ELSIF buildstatus == 2 %]
    [3.1494]
    [3.1594]
    [% ELSIF buildstatus == 2 || buildstatus == 5 %]
  • edit in src/root/common.tt at line 230
    [3.1811][3.2518:2551](),[3.2551][3.1911:2008](),[3.1911][3.1911:2008]()
    [% ELSIF buildstatus == 5 %]
    <span class="error">Build inhibited because a dependency previously failed to build</span>