Update dependencies

Change-Id: I4262df1113e7a9067d2f59872d5e964cf597e7ae
1 file changed
tree: 0bf1f6c39d70f17439a2baefb525f92f8f03ac41
  1. .gitignore
  2. abandon_stale.py
  3. Pipfile
  4. Pipfile.lock
  5. README.md
  6. release-announcement-template.txt
  7. release-announcement.py
README.md

Gerrit release tools

This repository contains tools to support Gerrit release management. The tools can be used standalone, independent of the gerrit branch checked out.

Prerequisites

It is assumed that pip and pipenv are installed.

Installation

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

Usage

To use the tools the environment must be activated:

  pipenv shell

Refer to the individual tools' help for further details.