
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
22 lines
645 B
ReStructuredText
22 lines
645 B
ReStructuredText
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
|