RETIRED, OpenStack Release Status page generator
Go to file
Christian Berendt eab645d1cc Prettified all HTML files
Prettified all HTML files using Beautiful Soup with the
following script.

https://github.com/berendt/openstack-development/blob/master/prettify.py

Change-Id: I16594e2d000cb51b08c324ef39c2fc7600484422
2014-06-11 16:20:06 +02:00
static Add support for new release radar tracking 2013-07-09 09:55:54 +00:00
.gitignore Add support for new release radar tracking 2013-07-09 09:55:54 +00:00
.gitreview Add .gitreview file. 2013-05-22 15:29:53 +00: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 Add support for "Not" blueprint priority 2013-12-20 11:42:45 +01:00
releasestatus.yaml.sample Initial commit 2012-12-17 16:34:47 +01:00
template.html Prettified all HTML files 2014-06-11 16:20:06 +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.