Library for Gerrit
Go to file
Chmouel Boudjnah bedb0439f9 Python3 support
Change-Id: Icf60ab88682aeda1fee73b35cfe9d3ca3f2ca2be
2014-08-11 09:23:40 +02:00
gerritlib Python3 support 2014-08-11 09:23:40 +02:00
.gitignore Apply cookiecutter defaults 2014-06-02 18:22:04 +02:00
.gitreview Updated .gitreview location 2012-12-16 10:40:40 -08:00
CONTRIBUTING.rst Apply cookiecutter defaults 2014-06-02 18:22:04 +02:00
HACKING.rst Apply cookiecutter defaults 2014-06-02 18:22:04 +02:00
LICENSE Apply cookiecutter defaults 2014-06-02 18:22:04 +02:00
MANIFEST.in Add setup.py to project. 2012-07-11 13:00:12 -07:00
README.rst Apply cookiecutter defaults 2014-06-02 18:22:04 +02:00
requirements.txt Python3 support 2014-08-11 09:23:40 +02:00
setup.cfg Apply cookiecutter defaults 2014-06-02 18:22:04 +02: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.

Contributing

To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/gerritlib/tree/ To clone the latest code, use git clone git://git.openstack.org/openstack-infra/gerritlib

Bugs are handled at: https://launchpad.net/openstack-ci

Code reviews are, as you might expect, handled by gerrit. The gerrit they use is http://review.openstack.org

Use git review to submit patches (after creating a gerrit account that links to your launchpad account). Example:

# Do your commits
$ git review
# Enter your username if prompted