Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloning git repos over ssh with "ControlMaster on" stales after cloning. #145

Open
mvaled opened this issue Oct 20, 2014 · 1 comment
Open

Comments

@mvaled
Copy link
Contributor

mvaled commented Oct 20, 2014

I have several packages being cloned from git using ssh. My local configuration allows a single ssh connection (to the same host) to be reused across sessions and allows the connection to be alive for 1 hour.

ControlMaster on
ControlPersist 1h

When I run my buildout, if the master connection is not opened yet, then it will be created and all the repositories will be properly cloned... But then mr.developer would hang till I kill the master process.

@mvaled
Copy link
Contributor Author

mvaled commented Oct 20, 2014

A simple workaround is to make sure to have a live master process, e.g: by manually fetching one the repositories from each host you'll connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant