hydra/src/lib/Hydra/View
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
..
JSON.pm * Start of a JSON API to get information about a specific build. 2011-09-15 08:27:17 +00:00
NARInfo.pm Allow Hydra's binary cache to be signed 2014-01-08 15:19:17 +01:00
NixClosure.pm Remove trailing whitespace 2013-01-22 14:41:02 +01:00
NixExprs.pm Handle builds with multiple outputs correctly in Hydra channels 2013-10-07 17:06:17 +02:00
NixManifest.pm Remove trailing whitespace 2013-01-22 14:41:02 +01:00
NixNAR.pm Revert "Don't compress already-compressed files." 2013-07-01 18:46:18 +02:00
NixPkg.pm Add multiple output support 2013-02-13 16:49:28 +00:00
Plain.pm Hydra::View::Plain: Explicitly set the response body. 2013-07-12 16:53:48 +02:00
TT.pm Remove unused function 2013-09-03 20:29:52 +02:00