Reputation: 181
I have never used gerrit with plugins so I am a little bit lost. I have cloned the plugin and I have the folder with the folders .git, lib. src and tools. Let's say I want to implement it in a project that I have already cloned. What do I do with the reviewers folder? Where do I have to place it? How will it work?
Thanks a lot. I would really appreciate it.
Upvotes: 1
Views: 2773
Reputation: 22321
First of all, you don't need to clone the plugin, you can download it from GerritForge:
Then you need to install the plugin in the Gerrit server. You need to be a Gerrit admin to do that.
See more info here.
Finally, you need to configure the plugin.
See more info here.
Upvotes: 2