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 | |
Jeremy Stanley | 00a7f09 | 2012-12-16 18:50:24 +0000 | [diff] [blame] | 9 | To get the latest code, see: https://github.com/openstack-infra/zuul |
James E. Blair | d65e22d | 2012-06-01 13:50:21 -0700 | [diff] [blame] | 10 | |
| 11 | Bugs are handled at: https://launchpad.net/zuul |
| 12 | |
| 13 | Code reviews are, as you might expect, handled by gerrit. The gerrit they |
| 14 | use is http://review.openstack.org |
| 15 | |
Paul Belanger | 8259510 | 2013-04-08 11:30:51 -0400 | [diff] [blame] | 16 | 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] | 17 | |
| 18 | # Do your commits |
Paul Belanger | 8259510 | 2013-04-08 11:30:51 -0400 | [diff] [blame] | 19 | $ git review |
Ori Livneh | 7191ee8 | 2013-05-02 19:13:53 -0700 | [diff] [blame] | 20 | # Enter your username if prompted |