Minor tweak

[?]
Apr 23, 2013, 1:39 PM
PRDDAI6WV22J7WDOW7EQEZIGTESF5QDWYAXDA4FQGDJDW25YJIQQC

Dependencies

  • [2] 3PNG7NIB Remove trailing whitespace
  • [3] HAI5TY47 Make negative narinfo responses much smaller
  • [4] IDT3SO3P Generate *.narinfo files on the fly to support the binary cache substituter
  • [5] EWRCO2ND Give Hydra binary caches a low priority
  • [6] MVB7RRLT * Move NARs from the NixChannel controller to the Root controller and
  • [7] AFEKITYD Fix some warnings about undefined values
  • [8] CQTN62OH Die tabs die
  • [9] XE6HD7BP Provide the nix-cache-info file required by the binary cache substituter
  • [10] NHBGHO57 Set the Content-Type properly
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/lib/Hydra/Controller/Root.pm at line 206
    [4.93][2.2295:2332]()
    $c->stash->{'plain'} = { data =>
    [4.93]
    [4.139]
    $c->stash->{plain}->{data} =
  • replacement in src/lib/Hydra/Controller/Root.pm at line 212
    [4.157][4.2754:2780](),[4.176][4.252:259](),[4.2780][4.252:259](),[4.252][4.252:259]()
    "Priority: 100\n"
    };
    [4.157]
    [4.259]
    "Priority: 100\n";
  • replacement in src/lib/Hydra/Controller/Root.pm at line 226
    [3.194][3.194:255]()
    $c->stash->{'plain'}->{'data'} = "does not exist\n";
    [3.194]
    [3.255]
    $c->stash->{plain}->{data} = "does not exist\n";
  • replacement in src/lib/Hydra/Controller/Root.pm at line 231
    [3.345][4.624:667](),[4.624][4.624:667]()
    $c->stash->{current_view} = 'NARInfo';
    [3.345]
    [4.261]
    $c->forward('Hydra::View::NARInfo');