* Oops.

[?]
Mar 20, 2009, 10:26 AM
U6UJRDG23EPP3BQ6MGWPZFGQSYWO5NBU6LYKM3FOE63YBPKUNJCQC

Dependencies

  • [2] 6M4KNDXX * Catalyst::View::Download::Plain doesn't like empty files.
  • [3] 6F4UNDTC * Provide access to the raw, non-pretty-printed logfiles.
  • [4] QE253KG4 * Option to show the tail of a log.
  • [*] LBNVQXUB * Build the /build stuff in a separate controller.

Change contents

  • replacement in src/lib/Hydra/Controller/Build.pm at line 83
    [3.49][2.0:80]()
    $c->stash->{'plain'} = { data => (scalar `tail -n 50 /tmp/z`) || " " };
    [3.49]
    [3.119]
    $c->stash->{'plain'} = { data => (scalar `tail -n 50 $path`) || " " };