Delete a project in Gerrit

前端 未结 6 1547
夕颜
夕颜 2020-12-24 12:17

I can create a project in Gerrit through:

ssh –p 29418 [ip-address] gerrit create-project --name [project-name]

But, how can I delete any p

6条回答
  •  -上瘾入骨i
    2020-12-24 12:44

    See the delete-project plugin

    ssh -p 29418 gerrit.example.com delete-project delete --yes-really-delete my-project
    

    We were able to install it in a 2.7 instance

    The above cited gerrit issue also includes instructions that add a UI button to the project page.

提交回复
热议问题