Eelco Dolstra
|
b4e0335d4d
|
Add option binary-cache-secret-key-file for signing binary caches
|
2016-03-04 17:45:22 +01:00 |
|
Eelco Dolstra
|
af7cdb1096
|
BinaryCacheStore: Remove publicKeyFile argument
The public key can be derived from the secret key, so there's no need
for the user to supply it separately.
|
2016-03-04 17:45:22 +01:00 |
|
Eelco Dolstra
|
5a8455c85e
|
Provide function required by Hydra
|
2016-03-02 18:21:48 +01:00 |
|
Eelco Dolstra
|
0402b6398d
|
Eliminate local-binary-cache-store.hh
|
2016-03-02 15:46:07 +01:00 |
|
Eelco Dolstra
|
68a5414982
|
Make store implementations pluggable
This for instance allows hydra-queue-runner to add the S3 backend
at runtime.
|
2016-03-02 15:46:07 +01:00 |
|
Eelco Dolstra
|
263187a2ec
|
Move BinaryCacheStore / LocalBinaryCacheStore from Hydra
So you can now do:
$ NIX_REMOTE=file:///tmp/binary-cache nix-store -qR /nix/store/...
|
2016-02-24 14:48:16 +01:00 |
|