How to install delete-project plugin in gerrit?

后端 未结 4 827
北荒
北荒 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 08:03

    I managed to install delete-project plugin after following this thread:

    https://groups.google.com/forum/#!topic/repo-discuss/hbBc2TUhl7s

    and then install according to:

    https://gerrit-review.googlesource.com/Documentation/cmd-plugin-install.html

    P.S. I build the jar following the below steps:

    1. git clone --recursive https://gerrit.googlesource.com/gerrit
    2. cd gerrit
    3. git clone --recursive 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

提交回复
热议问题