* Catalyst::View::Download::Plain doesn't like empty files.

[?]
Mar 20, 2009, 10:26 AM
6M4KNDXX5S5PBODJAXALFSWBJTRBZBWTWQRX2PTO36LKL56DCMVAC

Dependencies

  • [2] QE253KG4 * Option to show the tail of a log.
  • [3] 6F4UNDTC * Provide access to the raw, non-pretty-printed logfiles.
  • [*] LBNVQXUB * Build the /build stuff in a separate controller.

Change contents

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