Hydra, for Lix
Find a file
Eelco Dolstra a598fe7e81 Allow Hydra's binary cache to be signed
This requires adding the following to hydra.conf:

  binary_cache_key_name = <key-name>
  binary_cache_private_key_file = <path-to-private-key>

e.g.

  binary_cache_key_name = hydra.nixos.org-1
  binary_cache_private_key_file = /home/hydra/cache-key.sec
2014-01-08 15:19:17 +01:00
doc Add a command `hydra-create-user' for managing user accounts 2013-11-06 13:36:29 +01:00
src Allow Hydra's binary cache to be signed 2014-01-08 15:19:17 +01:00
tests Use hydra-module.nix in the tests 2013-11-06 18:10:52 +01:00
.gitignore Add some gitignores 2013-04-26 17:51:05 +02:00
bootstrap hydra: Simplify `bootstrap'. 2011-01-14 10:52:47 +00:00
configure.ac Use evalFile() instead of parseExprFromFile() 2013-09-06 15:17:27 +00:00
COPYING hydra: revert license change 2010-03-29 14:16:46 +00:00
dev-shell Tweaks for nix-shell 2013-07-19 14:36:52 +02:00
hydra-module.nix hydra-module.nix: Export the HYDRA_* environment variables 2013-11-06 17:32:50 +01:00
INSTALL hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
Makefile.am Install hydra-module.nix into $out/share/nix 2013-07-28 11:24:31 -04:00
release.nix Use hydra-module.nix in the tests 2013-11-06 18:10:52 +01:00
version hydra: fix tarball build, add pre suffix to tarballs 2010-09-30 15:02:42 +00:00