summaryrefslogtreecommitdiff
path: root/development/gerrit.mdwn
blob: 19cbb0151f0f90067994d340019b4cc5abea19fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Deleting repos
To delete a project foo from gerrit simply move the repo out of the way on the
server:

    mv gerrit/git/foo.git remove.me/

Then rebuild the caches and check the project list:

    ssh -p 29418 review.example.com gerrit flush-caches --cache project_list
    ssh -p 29418 review.example.com gerrit ls-projects

# Groups
While older versions hat a drop down box to select whether it's a ldap or system
group you need to prefix groups with *ldap/* in recent gerrit.