blob: 183a9a2119459b9a96478e7049d24c8918ec6822 [file] [log] [blame]
Paul Belanger82595102013-04-08 11:30:51 -04001Zuul
2====
James E. Blaird65e22d2012-06-01 13:50:21 -07003
4Zuul is a trunk gating system developed for the OpenStack Project.
5
Paul Belanger82595102013-04-08 11:30:51 -04006Contributing
7------------
James E. Blaird65e22d2012-06-01 13:50:21 -07008
Jeremy Stanley00a7f092012-12-16 18:50:24 +00009To get the latest code, see: https://github.com/openstack-infra/zuul
James E. Blaird65e22d2012-06-01 13:50:21 -070010
11Bugs are handled at: https://launchpad.net/zuul
12
13Code reviews are, as you might expect, handled by gerrit. The gerrit they
14use is http://review.openstack.org
15
Paul Belanger82595102013-04-08 11:30:51 -040016Use `git review` to submit patches (after creating a gerrit account that links to your launchpad account). Example::
James E. Blaird65e22d2012-06-01 13:50:21 -070017
18 # Do your commits
Paul Belanger82595102013-04-08 11:30:51 -040019 $ git review
James E. Blaird65e22d2012-06-01 13:50:21 -070020 # Enter your username if promped