Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger 944a6187c7 Drop python 2
Remove python 2 support, use python3 as basepython in tox everywhere.

Change-Id: I487ad8a7e1c30b60917c33ccefc337caf218484b
2020-01-11 17:13:59 +01:00
Andreas Jaeger 21b755c2dc Update docs building
Switch to newer sphinx, update build instructions for it.

Remove oslosphinx, we use the default sphinx theme since oslosphinx does
not work with python3 and openstackdocstheme is only for OpenStack
projects.

Mark python 3.6 as latest python version.

Change-Id: I6aae0277d9e4943cc242e4ec868c949a14618ec7
2019-05-30 17:51:53 +02:00
Andreas Jaeger cd2e467ee4 OpenDev changes
As part of the opendev changes, some repos were moved from openstack
namespaces to new ones, follow these changes everywhere.

Also, update URLs for new locations.

Change-Id: Ib6ffc616d556418ea831127424898477621e2209
2019-04-22 17:08:25 +02:00
Vieri 069b3edbd9 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I49993c5d40ed69737a27e0b2bbb4f5c8d2dbaff6
2018-12-05 05:40:11 +00:00
Doug Hellmann 19c3ccb44f remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: I90ea05858d7ab52f707d5206d4d80db1a6fdcc98
2015-12-23 01:31:09 +00:00
venkatamahesh a6229e0e4f Change stackforge to openstack
Change-Id: If2aa1af22c860a492ce22244ceb5e0d434c9b1df
2015-10-23 06:24:28 +05:30
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
Christian Berendt b7cc43aaf4 Add support for templates
To create the URLs for all dashboard files inside dashboards use:

python gerrit_dash_creator/cmd/creator.py dashboards/*

Change-Id: I922c4e0606ae168c5c9b353d550629b4f52a8aff
2014-09-01 09:15:16 +00:00
Christian Berendt b2b77d6cd1 Add support for Tox
Change-Id: I6974c78e15e34cbe1ce28b2f43525dd267b814e4
2014-08-08 06:01:13 +00:00