Wondering if the subj is possible and how to achieve it.

We're working with android repo tool and the manifest points to different git servers for different <project>s.

is it possible to setup Gerrit to push reviewed changes to the corresponding server of each git ?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Yes, this can be done through Gerrit's replication feature. See the documentation at http://gerrit-documentation.googlecode.com/svn/Documentation/2.2.1/config-replication.html. You can use different 'users' to push to the different servers, and Gerrit will use the permissions on those users to see which projects to push.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.