> On Jul 18, 2015, at 9:46 AM, Ben Pfaff <b...@nicira.com> wrote:
> 
> I'm happy to encourage people to submit changes via Github, as an
> experiment.
> 
> I don't know of a way to experiment with Gerrit, because Gerrit wants
> exclusive access to your repository.  There is a Gerrit service for

There is actually a way around it, we use it regularly [1] with our github repo 
[2]
and it works really good, the only requirement being whenever someone does
a push to github they have to do a corresponding push to gerrithub as follows:

git push origin master
git push gerrithub master
# where gerrithub is remote set with something like:
# git remote add gerrithub https://review.gerrithub.io/cisco-openstack/neutron

This way the repos are always in sync and the reviews will automatically show
the rebase button when such a push occurs to the repo.

Regards,
Pritesh

[1]: https://review.gerrithub.io/#/q/project:cisco-openstack/neutron
[2]: https://github.com/cisco-openstack/neutron
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to