blob: ff4d93867e4a3e34cb43cfa0fad070ff20b5e0f7 [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
Anita Kuno84ed8cd2013-12-17 10:14:45 -05009To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/
10To clone the latest code, use `git clone git://git.openstack.org/openstack-infra/zuul`
James E. Blaird65e22d2012-06-01 13:50:21 -070011
Michael Krotscheck8c81dc32014-11-11 15:59:06 -080012Bugs are handled at: https://storyboard.openstack.org/#!/project/679
James E. Blaird65e22d2012-06-01 13:50:21 -070013
14Code reviews are, as you might expect, handled by gerrit. The gerrit they
15use is http://review.openstack.org
16
Paul Belanger82595102013-04-08 11:30:51 -040017Use `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 -070018
19 # Do your commits
Paul Belanger82595102013-04-08 11:30:51 -040020 $ git review
Ori Livneh7191ee82013-05-02 19:13:53 -070021 # Enter your username if prompted