Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | * Remove the `cat' calls when not using --gzip. | Eelco Dolstra | |
2010-02-03 | * In the build hook, if connecting to a machine fails, try the other | Eelco Dolstra | |
machines of the right type (if available). This makes the build farm more robust to failures. | |||
2010-02-03 | * nix-copy-closure: start only one SSH connection to the server, or | Eelco Dolstra | |
recycle an already existing connection (using OpenSSH's connection sharing feature). | |||
2009-03-28 | * nix-copy-closure: compute the closure in one call to nix-store, | Eelco Dolstra | |
which is much faster. | |||
2008-11-20 | * Urgh. | Eelco Dolstra | |
2007-10-22 | (no commit message) | Eelco Dolstra | |
2007-06-04 | * Remove debug statement. | Eelco Dolstra | |
2007-03-27 | * Forgot a @bindir@. | Eelco Dolstra | |
2007-03-26 | * `nix-copy-closure --from': copy from a remote machine instead of to | Eelco Dolstra | |
a remote machine. | |||
2007-03-26 | * Refactoring. | Eelco Dolstra | |
2007-03-01 | * Get rid of those stupid --login tricks, it's the responsibility of | Eelco Dolstra | |
the remote system to make sure that Nix is in the $PATH. | |||
2007-03-01 | * sh -> bash. | Eelco Dolstra | |
2007-02-22 | * nix-copy-closure: force a login shell on the remote machine to make | Eelco Dolstra | |
sure that nix-store is in the PATH. * nix-copy-closure: option --gzip to compress data. | |||
2007-02-22 | * nix-copy-closure: option --sign. | Eelco Dolstra | |
* nix-copy-closure: set SSH options through NIX_SSHOPTS.. | |||
2007-02-21 | * New command `nix-copy-closure' to copy a closure to a Nix store on | Eelco Dolstra | |
another machine through ssh. E.g., $ nix-copy-closure xyzzy $(which svn) copies the closure of Subversion to machine `xyzzy'. This is like `nix-pack-closure $(which svn) | ssh xyzzy', but it's much more efficient since it only copies those paths that are missing on the target machine. |