Clark Boylan <[email protected]> writes: > On Tue, Oct 8, 2013 at 5:03 AM, Thierry Carrez <[email protected]> wrote: >> - would it be possible to reuse a classic repo clone (from git.o.o) and >> add an option to git review to submit to the security gerrit ? Otherwise >> we have to teach security patch developers to use specific clones from >> security gerrit before they work on security patches ? >> > It would be possible to teach git review to push to a second remote > with an option. Personally I almost prefer having two clones so that > you don't have to remember to use a special option (just thinking > about preventing accidental pushes to the public gerrit). Curious to > hear what Fungi thinks about an option like this for git review.
It exists. Just create a remote called 'security', and then: git review -r security -Jim _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
