about summary refs log tree commit diff
path: root/src/libstore/local-binary-cache-store.cc
AgeCommit message (Collapse)AuthorFilesLines
2016-03-04 Add option binary-cache-secret-key-file for signing binary cachesEelco Dolstra1-1/+2
2016-03-04 BinaryCacheStore: Remove publicKeyFile argumentEelco Dolstra1-11/+8
The public key can be derived from the secret key, so there's no need for the user to supply it separately.
2016-03-02 Provide function required by HydraEelco Dolstra1-3/+11
2016-03-02 Eliminate local-binary-cache-store.hhEelco Dolstra1-1/+25
2016-03-02 Make store implementations pluggableEelco Dolstra1-0/+9
This for instance allows hydra-queue-runner to add the S3 backend at runtime.
2016-02-24 Move BinaryCacheStore / LocalBinaryCacheStore from HydraEelco Dolstra1-0/+44
So you can now do: $ NIX_REMOTE=file:///tmp/binary-cache nix-store -qR /nix/store/...