zuul/README
Jeremy Stanley 00a7f09c61 Update README for project move.
* README: Correct clone URL.

Change-Id: If7f790d2a9352476fc634eba5784406e6cec43bb
Reviewed-on: https://review.openstack.org/18201
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-12-16 20:34:22 +00:00

19 lines
513 B
Plaintext

# Zuul
Zuul is a trunk gating system developed for the OpenStack Project.
## Contributing
To get the latest code, see: https://github.com/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 promped