Skip to content

eulerjiang/gerrit-admin-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gerrit-admin-tool

Gerrit branch lock and group admin command line

Support

  • gerrit lock branch

  • gerrit group member management: add user, remove user, reset group member.


Required:

Python 2.7.3

Gerrit 2.2.1 or higher version

Gerrit Administrator Authority


Usage: Example: create group and lock branch

python lockGerritBranch.py -gerrit-host -gerrit-project -branch <refs/head/branch> -create

python lockGerritBranch -gerrit-host -gerrit-project -branch <refs/head/branch> -create ...

Example: update group members

python lockGerritBranch -gerrit-host -add ...

python lockGerritBranch -gerrit-host -remove ...

python lockGerritBranch -gerrit-host -reset ...

About

Gerrit branch lock and group admin command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages