Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-23 | LocalStoreAccessor::stat: Handle ENOTDIR | Eelco Dolstra | 1 | -1/+1 | |
Closes https://github.com/NixOS/hydra/pull/286. | |||||
2016-03-22 | Don't overload dumpPath() | Eelco Dolstra | 1 | -2/+4 | |
2016-03-21 | Add Store::dumpPath() method | Eelco Dolstra | 1 | -0/+6 | |
This allows applying nix-store --verify-path to binary cache stores: NIX_REMOTE=https://cache.nixos.org nix-store --verify-path /nix/store/s5c7... | |||||
2016-02-25 | Add NAR / Store accessor abstraction | Eelco Dolstra | 1 | -0/+71 | |
This is primary to allow hydra-queue-runner to extract files like "nix-support/hydra-build-products" from NARs in binary caches. |