The Gatekeeper, or a project gating system
Go to file
Antoine Musso 26b1fb81bd zuul-server learned --version
I have so many Zuul installation that I somehow loose track of their
version. I am forced to look at the zuul-server wrapper script to figure
out the current version when I could just ask the might zuul-server to
give me its version straight from the command line.

Example:

 $ zuul-server --version
 Zuul version: 1.1.0.45.g70c7158

Since we might not have a valid zuul.conf passed, the version display
must happen before  server.read_config() or we end up with a stracktrace
on a fresh installation.

Change-Id: I284de8da5af6678c7aaa1b17c950390e135f6e89
Reviewed-on: https://review.openstack.org/25007
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Elizabeth Krumbach <lyz@princessleia.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2013-03-22 20:05:08 +00:00
doc Add ability to restrict jobs to specific files. 2013-03-18 16:11:43 +00:00
etc Add basic status HTML/JS. 2013-01-29 00:50:10 +00:00
tests Add ability to restrict jobs to specific files. 2013-03-18 16:11:43 +00:00
tools Pin voluptuous <0.7. 2013-03-14 17:32:24 +00:00
zuul zuul-server learned --version 2013-03-22 20:05:08 +00:00
.gitignore Add layout file validation. 2013-01-15 01:17:47 +00:00
.gitreview Updated .gitreview location 2012-12-16 20:34:13 +00: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 for project move. 2012-12-16 20:34:22 +00: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 Remember merges to save time. 2013-02-27 16:00:44 +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-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