build.tt: Fix reference to build.ischannel.
[?]
Apr 26, 2015, 4:03 PM
CHKVSGZGGPIFXFKRHQU4QMEXHJXQMMCRQCY3S5YA4S4JKFLXAAVACDependencies
- [2]
2T3XCADOBuild.pm: Don't get isChannel using buildproducts. - [3]
XTKCALUAMake "Add to release" a modal dialog - [4]
3EJABTVVShow build products on aggregates with channels. - [5]
2GUAKGTBFix indentation of build.tt - [6]
CAFO4ATEAlways show the build duration (using the cached build if necessary) - [7]
ZH6B56XRTry harder to find build logs - [8]
ELABMHJI* hydra: layout changes - [9]
3PNG7NIBRemove trailing whitespace - [10]
2R7GHSA4* hydra: added initial version of build graph - [11]
MSIHMO45Tweak build steps - [12]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [13]
Z6MDQIGO* A quick (non-Web 2.0) interface to manually add builds to a release. - [14]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [15]
M6WGSGNMDon't show duration of unfinished builds - [16]
3TZYSSGXbuilt.tt: Handle the case where the original build is not known - [17]
HN3V252LOn the build page, show how many aggregate constituents failed - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/root/build.tt at line 191
[% IF (!isAggregate || !build.isChannel) && build.finished; actualBuild = build.iscachedbuild ? cachedBuild : build %][% IF (!isAggregate || !build.ischannel) && build.finished; actualBuild = build.iscachedbuild ? cachedBuild : build %] - replacement in src/root/build.tt at line 203
[% IF (!isAggregate || !build.isChannel) && buildLogExists(build) %][% IF (!isAggregate || !build.ischannel) && buildLogExists(build) %] - replacement in src/root/build.tt at line 218
[% IF build.isChannel || (build.buildproducts && !isAggregate) %][% IF build.ischannel || (build.buildproducts && !isAggregate) %]