]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add a script to create review dashboard for a milestone
authorrossella <rsblendido@suse.com>
Mon, 23 Nov 2015 12:53:45 +0000 (12:53 +0000)
committerrossella <rsblendido@suse.com>
Fri, 4 Dec 2015 10:32:38 +0000 (10:32 +0000)
commit0d06435860b37b4088db9c9b218bf00e9b5d5257
treed3e928735ed9397e4254b8332fd36153e74d4d49
parentf308869372458462b18a8753589fae44df8afd1d
Add a script to create review dashboard for a milestone

This script queries launchpad to get:
1) Bug number of bugs tagged with rfe-approved
2) Bug number of critical/high bugs
3) list of blueprints targeted for the milestone passed as param

With this information the scripts prints queries that can be used
in Gerrit directly and creates a .dash file that can be used by
gerrit-dash-creator to output a dashboard url.

Change-Id: I09f8c04c6c609d4791bd5af825105ba092831e43
tools/milestone-review-dash.py [new file with mode: 0755]