Skip to content

rrusk/gerrit-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gerrit-utils

Administrative utilities for the Gerrit code-review system supporting functionality that cannot be accomplished easily from within Gerrit itself.

These utilities have been tested with Gerrit 2.5-rc1 and 2.5 final configured with a MySQL database. They must be ran from the account used by Gerrit.

The utililty "project-remove" will first remove the Gerrit git repo for the specified project and then it will remove references to that project from the Gerrit database.

If a project doesn't show up in the menu then it doesn't exist in the Gerrit database yet and the Git repo can be removed using ordinary OS level removal commands.

TODOS

  1. add support for PostGreSQL databases

  2. support renaming projects

  3. add a check for database version

  4. add test code

About

Some Gerrit code review utility routines written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages