In Gerrit,I can create a project through:
ssh –p 29418 192.168.22.244 gerrit create-project --name gemfield
But,how can I delete the gemfield project ?
I havent see related commands or buttons on web page...
|
|
|
There isn't a method to delete projects from Gerrit currently. It must be done by hand. This is the most-requested feature of Gerrit - see http://code.google.com/p/gerrit/issues/detail?id=349. There are 2 steps to deleting a project by hand:
If this is a busy/active server, the only truly safe way to do this is to shut down Gerrit while you make your changes. |
|||
|
|