Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -4/+4 | |
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change... | |||||
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -4/+4 | |
2016-08-10 | FSAccessor: Throw InvalidPath | Eelco Dolstra | 1 | -1/+1 | |
2016-08-10 | LocalFSStore::narFromPath(): Handle the diverted store case | Eelco Dolstra | 1 | -1/+1 | |
2016-08-10 | Add a "root" parameter to local stores | Eelco Dolstra | 1 | -1/+3 | |
This makes it easier to create a diverted store, i.e. NIX_REMOTE="local?root=/tmp/root" instead of NIX_REMOTE="local?real=/tmp/root/nix/store&state=/tmp/root/nix/var/nix" NIX_LOG_DIR=/tmp/root/nix/var/log | |||||
2016-06-02 | Make derivationFromPath work on diverted stores | Eelco Dolstra | 1 | -10/+9 | |
2016-06-02 | Allow setting the state directory as a store parameter | Eelco Dolstra | 1 | -0/+7 | |
E.g. "local?store=/tmp/store&state=/tmp/var". | |||||
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -1/+1 | |
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. |