Set the Content-Type properly
[?]
Aug 1, 2012, 6:00 PM
NHBGHO57YPZXFHGZEMGIYU2LODNPWBAGSJEOCCVRQXEE24FVTOGQCDependencies
- [2]
ZE23JEJTAdd a binary-cache-url file to channels to advertise the binary cache URL - [3]
MVB7RRLT* Move NARs from the NixChannel controller to the Root controller and - [4]
BHZXGT2H* Channels: provide an index page that lists all the packages in the - [5]
XE6HD7BPProvide the nix-cache-info file required by the binary cache substituter - [6]
HXBXDEFKSpeed up channel processing - [*]
5NO7NCKT* Refactoring. - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/lib/Hydra/Base/Controller/NixChannel.pm at line 92
$c->header('Content-Type' => 'text/plain');$c->response->content_type('text/plain'); - replacement in src/lib/Hydra/Controller/Root.pm at line 201
$c->header('Content-Type' => 'text/plain');$c->response->content_type('text/plain');