commit | fa3a98ad312d7343238b7bce49913b1419c5b203 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Apr 19 11:36:23 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Apr 19 11:37:21 2019 +0900 |
tree | e7f26f5c4fc181de30f4e1f500911057cba9415d | |
parent | 436238df0c414c1d4e6d105be7f82b444aa6b023 [diff] |
Add abandon_stale script Taken from gerrit master at 26db03b. It's more convenient to have this in a standalone project rather than core gerrit. Change-Id: Ifaa5d12cee20a24fe0d7cfc1f910240e39825f59
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.