Metadata-Version: 2.0
Name: zuul
Version: 2.5.2
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: GitPython (>=0.3.3,<2.1.2)
Requires-Dist: Paste
Requires-Dist: PrettyTable (>=0.6,<0.8)
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: WebOb (>=1.2.3)
Requires-Dist: alembic
Requires-Dist: apscheduler (>=3.0)
Requires-Dist: babel (>=1.0)
Requires-Dist: extras
Requires-Dist: gear (<1.0.0,>=0.5.7)
Requires-Dist: ordereddict
Requires-Dist: paramiko (<2.0.0,>=1.8.0)
Requires-Dist: pbr (>=1.1.0)
Requires-Dist: python-daemon (<2.1.0,>=2.0.4)
Requires-Dist: six (>=1.6.0)
Requires-Dist: sqlalchemy
Requires-Dist: statsd (>=1.0.0,<3.0)
Requires-Dist: voluptuous (>=0.10.2)
Provides-Extra: mysql_reporter
Requires-Dist: PyMySQL; extra == 'mysql_reporter'

Zuul
====

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

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

We are currently engaged in a significant development effort in
preparation for the third major version of Zuul.  We call this effort
`Zuul v3`_ and it is described in this file in the `feature/zuulv3`
branch of this repo.

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 at
https://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



