Metadata-Version: 2.0
Name: zuul
Version: 2.1.0
Summary: Trunk Gating System
Home-page: http://docs.openstack.org/infra/system-config/
Author: OpenStack Infrastructure Team
Author-email: openstack-infra@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Requires-Dist: pbr (>=0.5.21,<1.0)
Requires-Dist: argparse
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: Paste
Requires-Dist: WebOb (>=1.2.3,<1.3)
Requires-Dist: paramiko (>=1.8.0)
Requires-Dist: GitPython (>=0.3.3)
Requires-Dist: ordereddict
Requires-Dist: python-daemon (>=2.0.4)
Requires-Dist: extras
Requires-Dist: statsd (>=1.0.0,<3.0)
Requires-Dist: voluptuous (>=0.7)
Requires-Dist: gear (>=0.5.7,<1.0.0)
Requires-Dist: apscheduler (>=2.1.1,<3.0)
Requires-Dist: PrettyTable (>=0.6,<0.8)
Requires-Dist: babel (>=1.0)
Requires-Dist: six (>=1.6.0)

Zuul
====

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

Contributing
------------

To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/
To clone the latest code, use `git clone git://git.openstack.org/openstack-infra/zuul`

Bugs are handled at: https://storyboard.openstack.org/#!/project/679

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 prompted



