The Gatekeeper, or a project gating system
Go to file
Antoine Musso 6ad5d5b1af handle KeyboardInterrupt
When running zuul in non-daemon mode (with -d), it is often useful to
abort it using Control + C.

Change-Id: I385a41625633f3120b95c07283bef015824e5853
Reviewed-on: https://review.openstack.org/13571
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-09-26 14:20:55 +00:00
doc update github URLs in documentation 2012-09-22 17:35:32 +00:00
etc `git_dir` parameter in zuul.conf sample 2012-09-26 14:20:22 +00:00
tests Switch to smart HTTP mode. 2012-09-20 15:22:29 +00:00
tools update pip dependencies 2012-09-26 14:18:29 +00:00
zuul Switch to smart HTTP mode. 2012-09-20 15:22:29 +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 scheduler.py cleanup 2012-07-25 06:35:58 +08: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 Add functional tests. 2012-07-31 23:30:48 +00:00
zuul-server handle KeyboardInterrupt 2012-09-26 14:20:55 +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