[?]
Mar 6, 2009, 2:03 PM
MRVTLC76YBSFR2ZVLJOVEBCOCFCEEJFGQUU75K36UIQ2ITHFEY7QC

Dependencies

  • [2] LBNVQXUB * Build the /build stuff in a separate controller.
  • [3] 5NO7NCKT * Refactoring.
  • [4] ZILILXXK * Allow scheduled builds to be cancelled. They're not removed from
  • [5] OD5FSS5A * Quick hack to allow viewing of dependency graphs (via nix-store -q
  • [6] A52HEFHQ * Allow builds to be restarted (if they failed with a transient error,

Change contents

  • replacement in src/lib/Hydra/Controller/Build.pm at line 37
    [2.1058][2.1058:1105]()
    $c->stash->{logtext} = `cat $logfile`;
    [2.1058]
    [2.1105]
    $c->stash->{logtext} = `cat $logfile` if -e $logfile;