Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-10 | SSH.pm: Print a friendlier message if connecting fails | Eelco Dolstra | 1 | -4/+11 | |
"got EOF while expecting 8 bytes from remote side" is not very helpful. | |||||
2014-07-24 | Fix NIX_SSHOPTS | Eelco Dolstra | 1 | -1/+5 | |
Closes #302. | |||||
2014-07-24 | Remove obsolete SSH master connection code | Eelco Dolstra | 1 | -54/+1 | |
2014-07-24 | Refactor | Eelco Dolstra | 1 | -1/+20 | |
2014-07-12 | build-remote.pl: Don't keep a shell process around | Eelco Dolstra | 1 | -1/+2 | |
2014-07-12 | build-remote.pl: Fix build log | Eelco Dolstra | 1 | -2/+4 | |
2014-07-11 | build-remote.pl: Use ‘nix-store --serve’ on the remote side | Eelco Dolstra | 1 | -2/+79 | |
This makes things more efficient (we don't need to use an SSH master connection, and we only start a single remote process) and gets rid of locking issues (the remote nix-store process will keep inputs and outputs locked as long as they're needed). It also makes it more or less secure to connect directly to the root account on the build machine, using a forced command (e.g. ‘command="nix-store --serve --write"’). This bypasses the Nix daemon and is therefore more efficient. Also, don't call nix-store to import the output paths. | |||||
2013-05-10 | build-remote.pl: Properly close the SSH connection between attempts | Eelco Dolstra | 1 | -0/+1 | |
2011-10-11 | * Move SSH.pm. | Eelco Dolstra | 1 | -0/+52 | |