build.tt: Fix reference to build.ischannel.

[?]
Apr 26, 2015, 4:03 PM
CHKVSGZGGPIFXFKRHQU4QMEXHJXQMMCRQCY3S5YA4S4JKFLXAAVAC

Dependencies

  • [2] 2T3XCADO Build.pm: Don't get isChannel using buildproducts.
  • [3] OEPUOUNB Using twitter bootstrap for more consistent looks for Hydra
  • [4] XTKCALUA Make "Add to release" a modal dialog
  • [5] MSIHMO45 Tweak build steps
  • [6] HN3V252L On the build page, show how many aggregate constituents failed
  • [7] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [8] ELABMHJI * hydra: layout changes
  • [9] 3PNG7NIB Remove trailing whitespace
  • [10] M6WGSGNM Don't show duration of unfinished builds
  • [11] ZH6B56XR Try harder to find build logs
  • [12] 2R7GHSA4 * hydra: added initial version of build graph
  • [13] 3EJABTVV Show build products on aggregates with channels.
  • [14] Z6MDQIGO * A quick (non-Web 2.0) interface to manually add builds to a release.
  • [15] 2GUAKGTB Fix indentation of build.tt
  • [16] 3TZYSSGX built.tt: Handle the case where the original build is not known
  • [17] CAFO4ATE Always show the build duration (using the cached build if necessary)
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/root/build.tt at line 191
    [3.3656][2.0:131]()
    [% IF (!isAggregate || !build.isChannel) && build.finished; actualBuild = build.iscachedbuild ? cachedBuild : build %]
    [3.3656]
    [3.535]
    [% IF (!isAggregate || !build.ischannel) && build.finished; actualBuild = build.iscachedbuild ? cachedBuild : build %]
  • replacement in src/root/build.tt at line 203
    [3.59][2.132:213]()
    [% IF (!isAggregate || !build.isChannel) && buildLogExists(build) %]
    [3.59]
    [3.6492]
    [% IF (!isAggregate || !build.ischannel) && buildLogExists(build) %]
  • replacement in src/root/build.tt at line 218
    [3.843][2.214:284]()
    [% IF build.isChannel || (build.buildproducts && !isAggregate) %]
    [3.843]
    [3.1105]
    [% IF build.ischannel || (build.buildproducts && !isAggregate) %]