lix/src
Shea Levy 64e23d0a38 Add download-via-ssh substituter
This substituter connects to a remote host, runs nix-store --serve
there, and then forwards substituter commands on to the remote host and
sends their results to the calling program. The ssh-substituter-hosts
option can be specified as a list of hosts to try.

This is an initial implementation and, while it works, it has some
limitations:

* Only the first host is used
* There is no caching of query results (all queries are sent to the
  remote machine)
* There is no informative output (such as progress bars)
* Some failure modes may cause unhelpful error messages
* There is no concept of trusted-ssh-substituter-hosts

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-08 00:13:33 -05:00
..
boost Remove Automakefiles 2014-02-01 13:54:38 +01:00
bsdiff-4.3 Fix "make dist" 2014-02-01 14:38:12 +01:00
download-via-ssh Add download-via-ssh substituter 2014-02-08 00:13:33 -05:00
libexpr More "make dist" fixes 2014-02-01 15:18:48 +01:00
libmain Add download-via-ssh substituter 2014-02-08 00:13:33 -05:00
libstore Add download-via-ssh substituter 2014-02-08 00:13:33 -05:00
libutil Remove Automakefiles 2014-02-01 13:54:38 +01:00
nix-daemon Remove Automakefiles 2014-02-01 13:54:38 +01:00
nix-env Remove Automakefiles 2014-02-01 13:54:38 +01:00
nix-hash Remove Automakefiles 2014-02-01 13:54:38 +01:00
nix-instantiate nix-instantiate --eval-only --read-write-mode: Don't depend on ordering 2014-02-07 18:03:38 +01:00
nix-log2xml Remove Automakefiles 2014-02-01 13:54:38 +01:00
nix-store nix-store --serve: Use dump instead of export 2014-02-08 00:13:33 -05:00