commit | 0e75051328d0f75b4606c0d2727b6ac471d4b0b3 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Nov 01 10:10:44 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Nov 01 10:10:44 2019 +0900 |
tree | b802701012cbdaf7275699541edb3155173cbeaf | |
parent | 05da2bfa59084dd6420204d2beb59753e3cf73fa [diff] |
Add explicit dependency on black formatter tool Change-Id: Ibe58f15d46fbeab984738971e849801c7cd55f55
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.