Library for Gerrit
Go to file
Antoine Musso ee4d151ade Apply cookiecutter defaults
Launchpad points to https://launchpad.net/openstack-ci which I assume is
a catch all.

[setup.cfg]
* skipped files.packages section which is unneeded
* removed obsolete pbr global.setup-hooks

Change-Id: I26bddf6a1bb1ce7a10ea0f8d9f40a916dcba0c90
2014-06-02 18:22:04 +02:00
gerritlib Merge "add getVersion and listPlugin commands and update replicate command" 2014-04-03 00:13:29 +00: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 Remove use of d2to1 2013-10-19 10:51:20 -04: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