Horde icon indicating copy to clipboard operation
Horde copied to clipboard

Allow --port range for random port selection

Open samrocketman opened this issue 11 years ago • 0 comments

This way the tracker listens on a new random port each time horde is called. This allows Horde to be integrated into a continuous delivery/continuous deployment environment from the same deploy agent to multiple destination hosts (with different projects). This will allow the deployments to scale well in an automated deployment environment.

With port range, the socket is tested before port is used.

This was a cherry pick from https://github.com/russss/Herd/pull/14.

samrocketman avatar Aug 02 '14 03:08 samrocketman