Library for Gerrit
Go to file
Khai Do d0bca22df9 add getVersion and listPlugin commands and update replicate command
The replication command string changed after replication became a plugin in gerrit.
This patch adds a getVersion[1] and a listPlugins[2] command to gerritlib.  The listPlugin
command is used to determine the correct replication string to execute in the replication
command.

[1] Only available on gerrit version >= 2.6
[2] Only available on gerrit version >= 2.5
Closes-Bug: #1273891
Partial-Bug: #1082781

Change-Id: I966037851b3f27536f415230edd1ae4e710321fb
2014-02-25 21:30:56 -05:00
gerritlib add getVersion and listPlugin commands and update replicate command 2014-02-25 21:30:56 -05:00
.gitignore Ignore editor files. 2013-10-03 10:45:10 +13:00
.gitreview Updated .gitreview location 2012-12-16 10:40:40 -08:00
LICENSE Add Apache2 license file to the project. 2012-07-11 14:36:15 -07:00
MANIFEST.in Add setup.py to project. 2012-07-11 13:00:12 -07:00
README.rst Modernize build requirements. 2013-06-02 10:46:12 -04:00
requirements.txt Remove use of d2to1 2013-10-19 10:51:20 -04:00
setup.cfg Modernize build requirements. 2013-06-02 10:46:12 -04:00
setup.py Remove erroneous comment 2013-10-27 18:36:33 -04:00
test-requirements.txt Remove use of d2to1 2013-10-19 10:51:20 -04:00
tox.ini Modernize build requirements. 2013-06-02 10:46:12 -04:00

README.rst

gerritlib

A Python library for interacting with Gerrit.