[Wikitech-l] GerritCommandLine update

2014-04-22 Thread Jon Robson
I've recently updated the GerritCommandLine tool [1] so that you can use it to manage incoming reviews. gerrit.py --reviewee jdlrobson --gtscore -1 Will show all patches across all projects that have you down as a reviewee and are currently not negatively reviewed. There are various other helpful

Re: [Wikitech-l] GerritCommandLine update

2014-04-22 Thread Randomcoder
Looks good. Maybe release it to PyPI too? Also, instead of executing stuff via subprocess why not use a Git API module, and a Gerrit API module ? Those are available on PyPI. [1] https://pypi.python.org/pypi/gitapi/1.0.0 [2] https://pypi.python.org/pypi/pygerrit/0.2.4 [3] https://pypi.python.org/

Re: [Wikitech-l] GerritCommandLine update

2014-04-22 Thread Jon Robson
Patches are most welcomed! I have raised an issue around releasing it on PyPi: https://github.com/jdlrobson/GerritCommandLine/issues/2 Thanks for the feedback! On Tue, Apr 22, 2014 at 1:38 PM, Randomcoder wrote: > Looks good. Maybe release it to PyPI too? > > Also, instead of executing stuff via