Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-04 | * Don't use ssh's -f flag since it leads to lots of lingering ssh | Eelco Dolstra | 1 | -2/+12 | |
processes. | |||||
2010-02-04 | * Doh! Calling `system' in an END block causes the exit status in $? | Eelco Dolstra | 1 | -1/+1 | |
to be changed to 0. | |||||
2010-02-03 | * In the build hook, if connecting to a machine fails, try the other | Eelco Dolstra | 1 | -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, or | Eelco Dolstra | 1 | -0/+36 | |
recycle an already existing connection (using OpenSSH's connection sharing feature). |