Elizabeth Krumbach 9bbbafddb9 Add command line option for output directory.
Add a -o, --out-dir option to specify an output directory.

Change-Id: I0c8ac1aba309f9a34b2562b18da644efd9f37f4e
Reviewed-on: https://review.openstack.org/20839
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Dan Prince <dprince@redhat.com>
Reviewed-by: Dan Prince <dprince@redhat.com>
Tested-by: Jenkins
2013-02-01 18:31:58 +00:00
2011-11-21 10:01:53 -05:00
2013-01-30 20:25:47 +00:00
2013-01-10 10:18:59 -05:00
2013-01-10 09:50:20 -05:00
2013-01-10 09:50:20 -05:00
2013-01-30 19:43:07 +00:00
2013-01-30 19:43:07 +00:00

ReviewDay

HTML report generator for OpenStack code reviews. Launchpad meets SmokeStack and Gerrit.

Inspired by 'reviewlist' scripts written by Thierry Carez.

Description

HTML report generator which creates a prioritized review list w/ function test results. The report includes:

  • Prioritized listing of merge proposals by project
  • Direct links to gerrit code reviews
  • Direct links to test results for each branch (Unit, Libvirt, XenServer)

Installation

  1. Git clone the project.
  2. Install Python libraries for launchpadlib and cheetah.
  3. Setup your ssh credentials to work w/ Gerrit. See http://wiki.openstack.org/GerritWorkflow for details.
	$ cat ~/.ssh/config 
	Host review
	  Hostname review.openstack.org
	  Port 29418
	  User dan-prince

Execution

PYTHONPATH=$PWD ./bin/reviewday

An output directory called 'out_report' is generated in the current directory.

License

See LICENSE.txt for further details.

Description
OpenStack code review report generator
Readme 575 KiB
Languages
Python 74.4%
HTML 18.7%
CSS 6.9%