[OpenStack-Infra] Fwd: RFC: Workflow for gerrit security patches
James E. Blair
jeblair at openstack.org
Tue Oct 8 15:52:50 UTC 2013
Clark Boylan <clark.boylan at gmail.com> writes:
> On Tue, Oct 8, 2013 at 5:03 AM, Thierry Carrez <thierry at openstack.org> 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
More information about the OpenStack-Infra
mailing list