Hydra/62 fix, broken nar download
[?]
Mar 23, 2011, 1:03 PM
MT5HGXFPYWJCNIUKNQAD6JJUJL5OYC7NKWUMDUXBRVINUG4KID5QCDependencies
- [2]
W3HI52QVuse NIX_*_DIR env vars when defined - [3]
5NO7NCKT* Refactoring. - [4]
SMM4HQTP* Put actions related to builds under /build (e.g. /log/<buildid> - [5]
MVB7RRLT* Move NARs from the NixChannel controller to the Root controller and - [6]
J5UVLXOK* Start of a basic Catalyst web interface. - [7]
NYC3LZKH* Generate NAR archives on the fly. Necessary for producing channels
Change contents
- replacement in src/lib/Hydra/Controller/Root.pm at line 191
$path = ($ENV{NIX_STORE_DIR}."/$path" || "/nix/store/$path" );$path = ($ENV{NIX_STORE_DIR} || "/nix/store")."/$path";