zuul/README.rst
Anita Kuno 84ed8cd68d Update the url for the zuul git repo
The git repos are at git.openstack.org. This patch reflects that.

Change-Id: I364e5e341635933b69133aaf60aa5e3f4b7ef71b
2013-12-31 09:30:01 -05:00

638 B

Zuul

Zuul is a trunk gating system developed for the OpenStack Project.

Contributing

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

Bugs are handled at: https://launchpad.net/zuul

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