Paul Belanger | 8259510 | 2013-04-08 11:30:51 -0400 | [diff] [blame] | 1 | Zuul |
| 2 | ==== |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 3 | |
| 4 | Zuul is a trunk gating system developed for the OpenStack Project. |
| 5 | |
Paul Belanger | 8259510 | 2013-04-08 11:30:51 -0400 | [diff] [blame] | 6 | Contributing |
| 7 | ------------ |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 8 | |
Anita Kuno | 84ed8cd | 2013-12-17 10:14:45 -0500 | [diff] [blame] | 9 | To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/ |
| 10 | To clone the latest code, use `git clone git://git.openstack.org/openstack-infra/zuul` |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 11 | |
Michael Krotscheck | 8c81dc3 | 2014-11-11 15:59:06 -0800 | [diff] [blame] | 12 | Bugs are handled at: https://storyboard.openstack.org/#!/project/679 |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 13 | |
| 14 | Code reviews are, as you might expect, handled by gerrit. The gerrit they |
| 15 | use is http://review.openstack.org |
| 16 | |
Paul Belanger | 8259510 | 2013-04-08 11:30:51 -0400 | [diff] [blame] | 17 | Use `git review` to submit patches (after creating a gerrit account that links to your launchpad account). Example:: |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 18 | |
| 19 | # Do your commits |
Paul Belanger | 8259510 | 2013-04-08 11:30:51 -0400 | [diff] [blame] | 20 | $ git review |
Ori Livneh | 7191ee8 | 2013-05-02 19:13:53 -0700 | [diff] [blame] | 21 | # Enter your username if prompted |