GitXplorerGitXplorer
d

gerrit-release-tools

public
1 stars
1 forks
3 issues

Commits

List of commits on branch master.
Unverified
436238df0c414c1d4e6d105be7f82b444aa6b023

Upgrade Jinja2 to fix CVE-2019-10906

ddpursehouse committed 6 years ago
Unverified
68c9f99150108013c1e8c5d4dd647a338664e394

Update all python dependencies in pipenv

ddpursehouse committed 6 years ago
Unverified
78e3fd9bbc848f7e6c72a86ebffbd729888d81a6

Ignore generated release announcement files

ddpursehouse committed 6 years ago
Unverified
6cb2c1b7dbbbdfd3fe25c9361e6cea8e7312451f

Update dependencies

ddpursehouse committed 6 years ago
Unverified
63ead02abc13e6db8093cead2d89a9f715ff1447

CVE-2018-18074: Upgrade requests to 2.19.1

ddpursehouse committed 6 years ago
Unverified
1e560174afea6600dc43a02fcb1bbaca53e73533

Update release notes link for new website

ddpursehouse committed 6 years ago

README

The README file for this repository.

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.