The Gatekeeper, or a project gating system
Go to file
unicell 326e355e89 Fix gerrit port number setting.
To make port setting of gerrit server in zuul.conf really work.

Change-Id: I6f44f21256391fd04e56c18c0b293d9767c5a6a9
Reviewed-on: https://review.openstack.org/13574
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-09-27 16:59:44 +00:00
doc Move terminology from "queue" to "pipeline". 2012-09-20 20:37:54 +00:00
etc Move terminology from "queue" to "pipeline". 2012-09-20 20:37:54 +00:00
tests Revert "Fix pep8 E127 violations" 2012-09-26 14:22:03 +00:00
tools Add nosehtmloutput as a test dependency. 2012-08-21 22:48:20 +00:00
zuul Fix gerrit port number setting. 2012-09-27 16:59:44 +00:00
.gitignore Add documentation. 2012-06-08 19:17:28 -07:00
.gitreview Initial commit. 2012-05-29 14:49:32 -07:00
AUTHORS Revert "Fix pep8 E127 violations" 2012-09-26 14:22:03 +00:00
LICENSE Initial commit. 2012-05-29 14:49:32 -07:00
README Update README 2012-06-01 13:50:21 -07:00
setup.cfg Restrict test coverage to the zuul package. 2012-09-10 20:06:36 +00:00
setup.py Remove stray print statements. 2012-05-30 12:48:57 -07:00
tox.ini Revert "Fix pep8 E127 violations" 2012-09-26 14:22:03 +00:00
zuul-server Add graceful exit. 2012-07-06 10:31:57 -07:00

README

# Zuul

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

## Contributing

To get the latest code, see: https://github.com/openstack-ci/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