The Gatekeeper, or a project gating system
Go to file
James E. Blair 138d3361f6 Really use try_imports.
Change-Id: Icad95a835ace5f75908c4c8ee0304fe528959ec3
Reviewed-on: https://review.openstack.org/17260
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
2012-11-30 23:18:36 +00:00
doc let us specify Gerrit root URL 2012-11-26 19:57:55 +00:00
etc let us specify Gerrit root URL 2012-11-26 19:57:55 +00:00
tests Reinitialize the repo object after a fetch. 2012-11-16 00:41:41 +00:00
tools Use try_imports rather for conditional imports. 2012-11-29 02:11:34 +00:00
zuul Really use try_imports. 2012-11-30 23:18:36 +00:00
.gitignore Import oslo-incubator for versioning 2012-11-17 01:32:14 +00:00
.gitreview Initial commit. 2012-05-29 14:49:32 -07:00
.mailmap Fix pep8 E127 violations 2012-09-26 14:23:10 +00:00
LICENSE Initial commit. 2012-05-29 14:49:32 -07:00
MANIFEST.in Import oslo-incubator for versioning 2012-11-17 01:32:14 +00:00
README Update README 2012-06-01 13:50:21 -07:00
openstack-common.conf Import oslo-incubator for versioning 2012-11-17 01:32:14 +00:00
setup.cfg Restrict test coverage to the zuul package. 2012-09-10 20:06:36 +00:00
setup.py Use entrypoints for zuul-server. 2012-11-27 00:44:41 +00:00
tox.ini Use entrypoints for zuul-server. 2012-11-27 00:44:41 +00: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