* Don't show platforms that are not included in the current jobset.
[?]
Oct 2, 2009, 5:11 PM
AWYTL4HOIPZSPJSFWOMMCSCZSSJ7OEYETVBAODIHW4RYMENMATFACDependencies
- [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
->search({finished => 1, buildstatus => 0}, {order_by => ["timestamp DESC"]});->search({finished => 1, buildstatus => 0}, {order_by => ["isCurrent DESC", "timestamp DESC"]}); - edit in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 117
- replacement in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 127
->search({finished => 1, buildstatus => 0, system => $system}, {order_by => ["timestamp DESC"]});->search({finished => 1, buildstatus => 0, system => $system}, {order_by => ["isCurrent DESC", "timestamp DESC"]});