commit | 05da2bfa59084dd6420204d2beb59753e3cf73fa | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Nov 01 10:08:55 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Nov 01 10:08:55 2019 +0900 |
tree | 0bf1f6c39d70f17439a2baefb525f92f8f03ac41 | |
parent | aba74591757744e0a93aca67452fd6b5407a927b [diff] |
Update dependencies Change-Id: I4262df1113e7a9067d2f59872d5e964cf597e7ae
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.