about summary refs log tree commit diff
path: root/scripts/ssh.pm
AgeCommit message (Collapse)AuthorFilesLines
2010-02-04 * Don't use ssh's -f flag since it leads to lots of lingering sshEelco Dolstra1-2/+12
processes.
2010-02-04 * Doh! Calling `system' in an END block causes the exit status in $?Eelco Dolstra1-1/+1
to be changed to 0.
2010-02-03 * In the build hook, if connecting to a machine fails, try the otherEelco Dolstra1-2/+3
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 Dolstra1-0/+36
recycle an already existing connection (using OpenSSH's connection sharing feature).