Commit Graph

10 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
Alan Pevec 84c3cd76a1 Ironic participates in stable point releases starting with Kilo
Change-Id: I253963a3bea0da4a592e6db081c80aa33eb74f9d
2015-07-30 00:32:09 +02:00
Ihar Hrachyshka b7db851295 Be more informative when putting -2 for stable freeze
At the moment, if authors of backports are not aware of stable
maintainance policy, they are left with action items to overcome the
freeze. We should provide all the needed info to proceed with backports
for the upcoming stable release.

The text is adopted from:
https://wiki.openstack.org/wiki/StableBranch#Stable_release_managers

Change-Id: I657e7ef401c380fd6e6122a25c2eecbd63d57c24
2015-02-05 13:16:40 +01: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
Alan Pevec c51c2ed294 make explicit in which release projects were added to stable
Change-Id: I46f27ce2130a73cf3001c45472ce8b7a02d90552
2014-11-09 23:25:32 +01:00
Alan Pevec 59687680aa Sahara participates in stable point releases starting with Juno
Change-Id: I729baf28cd2f982e05cb400eeb2c21f141aae898
2014-11-07 13:43:45 +01:00
Adam Gandelman 157aecf510 Adds stable_freeze.py
This adds a script that can be used to easily manage a "freeze"
on reviews to stable branches during a pre-release code-freeze.

Change-Id: I6d117b4b45c2171652bea82ff7b46a017aeba402
2014-10-15 16:17:38 -07:00