* Handle the case where there is no cached build step that produced

[?]
Jan 19, 2010, 4:35 PM
H47WLVATPA42U4UQEPR2O736DZMVGRW33ENHW6YZY3EKYFPFUUBQC

Dependencies

  • [2] HB3OHPJL hydra: in case of cached build, add link to build that built the storepath
  • [3] LBNVQXUB * Build the /build stuff in a separate controller.
  • [4] ZILILXXK * Allow scheduled builds to be cancelled. They're not removed from
  • [5] MRVTLC76
  • [6] L2E6EVE2 * Merged the Build and Job tables.
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/lib/Hydra/Controller/Build.pm at line 44
    [2.188][2.188:248]()
    $c->stash->{cachedBuild} = $cachedBuildStep->build;
    [2.188]
    [3.1105]
    $c->stash->{cachedBuild} = $cachedBuildStep->build if defined $cachedBuildStep;
  • replacement in src/root/build.tt at line 153
    [3.1964][2.251:295]()
    [% IF build.resultInfo.iscachedbuild %]
    [3.1964]
    [2.295]
    [% IF build.resultInfo.iscachedbuild && cachedBuild %]