aboutsummaryrefslogtreecommitdiff
path: root/scripts/ssh.pm
AgeCommit message (Collapse)Author
2010-08-24* Correctly handle SSH failing to establish a connection. BecauseEelco Dolstra
this didn't work right, the build hook wouldn't fall back to using other machines of the desired type.
2010-02-04* Don't use ssh's -f flag since it leads to lots of lingering sshEelco Dolstra
processes.
2010-02-04* Doh! Calling `system' in an END block causes the exit status in $?Eelco Dolstra
to be changed to 0.
2010-02-03* In the build hook, if connecting to a machine fails, try the otherEelco 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, orEelco Dolstra
recycle an already existing connection (using OpenSSH's connection sharing feature).