This repository contains tools to support Gerrit release management. The tools can be used standalone, independent of the gerrit branch checked out.
It is assumed that pip and pipenv are installed.
Installation is as simple as cloning the repository:
git clone https://gerrit.googlesource.com/gerrit-release-tools
and then installing the dependencies with pipenv
:
cd gerrit-release-tools pipenv install
To use the tools the environment must be activated:
pipenv shell
Refer to the individual tools' help for further details.