RETIRED, OpenStack Release Status page generator
Go to file
Thierry Carrez 18a78a0c12 Use common status.o.o header/footer
Use common status.o.o header/footer and adjust combo.css so that it
plays nice with the rest of the page.
2013-04-03 17:02:44 +02:00
static Use common status.o.o header/footer 2013-04-03 17:02:44 +02:00
LICENSE Initial commit 2012-12-17 16:34:47 +01:00
README.rst Initial commit 2012-12-17 16:34:47 +01:00
releasestatus.py Initial commit 2012-12-17 16:34:47 +01:00
releasestatus.yaml.sample Initial commit 2012-12-17 16:34:47 +01:00
template.html Use common status.o.o header/footer 2013-04-03 17:02:44 +02:00

README.rst

ReleaseStatus page generator

The releasestatus.py script is used to extract data from Launchpad and Gerrit and produce static HTML that shows where we are in the current release cycle.

Prerequisites

You'll need the following Python modules installed:
  • launchpadlib
  • jinja2
  • yaml

You'll also need a valid SSH key for accessing Gerrit via SSH installed in ~/.gerritssh/id_rsa.

Usage

python releasestatus.py grizzly.yaml > static/index.html

It may take a few minutes to run, depending on the number of projects and how many blueprints they contain.

Configuration

The YAML configuration file describes the series and projects you want to generate data for. See comments in the example file releasestatus.yaml.sample for details.