How to install delete-project plugin in gerrit?

后端 未结 4 831
北荒
北荒 2020-12-30 07:34

I want to install delete-project plugin to my gerrit server. As per the latest version, I should clone it from google source and use buck build.

I cloned it and my b

4条回答
  •  难免孤独
    2020-12-30 07:44

    I managed to successfully build delete-project plugin with a slight modification on @DavidCheung answer:

    1. git clone https://gerrit.googlesource.com/gerrit
    2. cd gerrit/plugins
    3. git clone https://gerrit.googlesource.com/plugins/delete-project
    4. buck build delete-project:delete-project

    You should then find the delete-project.jar in ../buck-out/gen/delete-project/delete-project.jar

提交回复
热议问题