sonyxperiadev / pygerrit

MIT License
52 stars 51 forks source link

Add keepalive support to GerritSSHClient #28

Closed naiquevin closed 9 years ago

naiquevin commented 9 years ago

This will allow keeping the SSH sessions alive for a duration of time longer than the timeout configured for the server.

dpursehouse commented 9 years ago

Thanks. Merged as f8f4df3621b650205870542b6114decb049e3477.

naiquevin commented 9 years ago

Thanks. Do you plan to make a release on PyPI anytime soon?

dpursehouse commented 9 years ago

I just made a release yesterday with some other fixes. I plan to do some more fixes and do another release towards the end of next week.

On Tue, 30 Jun 2015 19:40 Vineet Naik notifications@github.com wrote:

Thanks. Do you plan to make a release on PyPI anytime soon?

— Reply to this email directly or view it on GitHub https://github.com/sonyxperiadev/pygerrit/pull/28#issuecomment-117120566 .

naiquevin commented 9 years ago

Just wanted to check if you are planning to make a new release anytime soon. Not a big deal if not but that way I can just install the lib from PyPI instead of my fork.

dpursehouse commented 9 years ago

I just released version 0.2.11 now. Sorry for the delay.

naiquevin commented 9 years ago

No problem. Thanks