* Don't show platforms that are not included in the current jobset.

[?]
Oct 2, 2009, 5:11 PM
AWYTL4HOIPZSPJSFWOMMCSCZSSJ7OEYETVBAODIHW4RYMENMATFAC

Dependencies

  • [2] XJFHFZCA * Provide some redirects to build products by type so that we can for
  • [3] L755DXLC
  • [4] BTUDUY6F * Provide some redirects to the latest successful build for a job (or
  • [*] FPK5LF53 * Put the project-related actions in a separate controller. Put the

Change contents

  • replacement in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 112
    [3.195][3.195:282]()
    ->search({finished => 1, buildstatus => 0}, {order_by => ["timestamp DESC"]});
    [3.195]
    [3.282]
    ->search({finished => 1, buildstatus => 0}, {order_by => ["isCurrent DESC", "timestamp DESC"]});
  • edit in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 117
    [2.142][3.474:479](),[3.474][3.474:479]()
  • replacement in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 127
    [3.812][3.812:918]()
    ->search({finished => 1, buildstatus => 0, system => $system}, {order_by => ["timestamp DESC"]});
    [3.812]
    [3.918]
    ->search({finished => 1, buildstatus => 0, system => $system}, {order_by => ["isCurrent DESC", "timestamp DESC"]});