gerrit-dash-creator/setup.cfg
Angus Salkeld 3bd7dcc189 Automatically generate a dash based on "In Progress" bugs
This adds a script to get the "In Progress" bugs for a
particular project and builds prints a URL for the user.

 $ ./gerrit-bug-dash --milestone kilo-rc1 --tag kilo-rc-potential heat

Some notes:
 - it uses launchpadlib to talk to launchpad
 - The presentation of the dashboard could be improved but
   this is just a starting point.
 - The caching could be better.

What I wanted was to know was "what do I need to review for rc1"
(i.e. what are the bugs that are targeted for kilo-rc1 that are in
progress and have reviews up).

This scratches my itch, but will happily do some work on it if others
want it.

Change-Id: I4a97d59631ac9cd344206c6cc48164d6a0d7e57c
2015-05-13 16:03:26 +10:00

45 lines
1.2 KiB
INI

[metadata]
name = gerrit-dash-creator
summary = Gerrit Dashboard Creator
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://github.com/stackforge/gerrit-dash-creator/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
gerrit_dash_creator
data_files =
share/gerrit-dash-creator/dashboards = dashboards/*
share/gerrit-dash-creator/templates = templates/*
[entry_points]
console_scripts =
gerrit-dash-creator = gerrit_dash_creator.cmd.creator:main
gerrit-bug-dash = gerrit_dash_creator.cmd.bugs:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html