Age | Commit message (Collapse) | Author | Files | Lines |
|
This is primarily useful for testing since it removes the need to have
SSH working.
|
|
|
|
The build hook mechanism expects build log output to go to file
descriptor 4, so do that.
|
|
NixOps needs this.
|
|
|
|
* Unify SSH code in SSHStore and LegacySSHStore.
* Fix a race starting the SSH master. We now wait synchronously for
the SSH master to finish starting. This prevents the SSH clients
from starting their own connections.
* Don't use a master if max-connections == 1.
* Add a "max-connections" store parameter.
* Add a "compress" store parameter.
|