Commit Graph

9 Commits

Author SHA1 Message Date
Jeremy Stanley 39a82df080 This repository is now retired
The Release Management Team ceased using this months ago. Its
contents are replaced with a retirement notice so that potential
users will realize it is no longer maintained. Publicly announced
at:

http://lists.openstack.org/pipermail/openstack-dev/2018-June/131920.html

Change-Id: Ia30884174c43ef1c1afcc1f4a18b3c0051a89d8e
Depends-On: https://review.openstack.org/579185
2018-06-29 15:27:19 +00:00
Clint Adams 49d560de11 Fix flake8 warnings
This fixes all the warnings emitted by flake8, mostly involving
qualified imports, import grouping, and indentation.

Change-Id: Ia45839f3e65e15a34e2a2793fd21b83e4fc891d7
Needed-By: I158ea10f104549dd4f0f3ff777b39feb5886642e
2015-11-02 22:53:50 +09:00
Davanum Srinivas f6fc77ce82 Sync with global requirements
* update test requirements with what's in g-r
* Remove hard-coded dependencies from tox.ini as update-requirements
  does not edit tox.ini
* Remove requirements.txt as it is redundant (sdist already has it)
* Fix up all the issues identified by flake8

Co-Authored-By: Robert Collins <rbtcollins@hp.com>
Change-Id: I0508bd74edda20fbf844e7303c9b44b80ff794ef
2015-09-23 22:20:35 -04:00
Clint Adams 5b80df0891 python3-compatible syntax
Use parentheses for `print`, 0o for an octal literal, "as" for except.
import print_function from __future__.

Change-Id: Ie76910c3e0a03e4a103f612639a1b74e84f182bb
2015-08-13 10:37:21 +02:00
Doug Hellmann 14b8759076 Enable pep8 checks
Update tox.ini to run flake8 for the pep8 environment, and fix the
python source files in the repository that need to be updated to pass
the tests.

Change-Id: Ib3a1d252de9a7f78705f200a1bdfe51c6b91af19
2015-01-16 12:15:31 -05:00
Christian Berendt 8cbd60937d Use /usr/bin/env python instead of /usr/bin/python
The usage of /usr/bin/env ensures that the first interpreter
found in the environment's $PATH variable is used. This should
be preferred.

Change-Id: I4011ec477534f920092cc323a26e75ff26a90051
2014-07-13 18:56:58 +02:00
Thierry Carrez e354dce75b Workaround LP timeouts in consolidate_page.py
Launchpad timeouts when updating bug status. Rather than aborting
consolidation, we should continue and list failed bugs at the end of the
process.

Change-Id: I5dcd0116654c52bdc0710ca1457f184651bac026
2014-05-22 14:52:13 +02:00
Thierry Carrez da5ef54125 Handle LP errors during conslidate_page.py
Gracefully handle LP request errors resulting from busy bugs.
2013-04-23 15:35:14 +02:00
Thierry Carrez 9e0264e08c Add consolidate_release_page.py 2013-03-21 14:17:25 +01:00