commit | 373cb45eaf8fa873e96ece9f7329723fc210cb03 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@digital.ai> | Fri May 08 20:14:41 2020 +0900 |
committer | David Pursehouse <dpursehouse@digital.ai> | Tue May 26 09:42:45 2020 +0900 |
tree | f7ccd3d07a0262e8bcf815bde2b0a63cf385a829 | |
parent | af535ebdba9aa3fcc7d7adb612346b23f15ec963 [diff] |
Handle RC releases in announcement generator Change-Id: Id8364ba14a9bbca034ceae058a6e1aa4e2a5796b
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.