Commit Graph

5 Commits

Author SHA1 Message Date
Monty Taylor e7cc5efd20 Keep pre-commit inline with hacking and fix whitespace
The flake8 hook for pre-commit installs its own flake8 which is
not what hacking is pinned to. This results in a bunch of errors.
By doing a local hook we can cause these to be the same.

There are flake8 exclusions in tox.ini that need to be used
in pre-commit. Also we should exclude svg files from the whitespace
modifications, because who cares.

Once those are fixed, running pre-commit -a fixes some whitespace
issues. While the normal use isn't to run -a - if someone does make
a patch that touches any of these they'll get erroneous unrelated
errors compared to their lower work - so fix all of the existing
issues, which are mostly space-at-end-of-line issues it seems.

Change-Id: I78e753492e99c03b30a0a691db3bd75ee3d289c9
2019-12-12 14:56:39 +00:00
ZhongShengping 7ecaa3fcf8 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: I3e0af55e0707f04428a422b973d016ad30c82a12
2019-04-24 13:59:57 +08:00
Doug Hellmann 857b5003cc use static pages for mitaka and newton release notes
The liberty, mitaka, and newton branches are closed so there is no
reason to scan for release notes dynamically. Use static content for
those pages to speed up the release notes build a little bit.

Change-Id: I983346c97df96fda988a2fefec89c3f0d6c14498
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-08-15 16:50:18 -04:00
Matt Riedemann f69d49593a Add earliest-version tags for stable branch renos
We had 14.0.0 for Newton but weren't specifying these
for Liberty, Mitaka or Ocata release notes.

The Liberty tag starts at 12.0.1 since that's the first
tagged release in the stable/liberty branch where we
started using reno:

  5207013fddd296d062d1f375dfafde382a98f92d

12.0.0 release note are in the wiki:

https://wiki.openstack.org/wiki/ReleaseNotes/Liberty

Change-Id: Iebb7d487e8d70f1e1ee5dc6519d3ad3ffcb385bd
2017-06-07 21:03:55 +00:00
Thierry Carrez 610f0fb11f Update reno for stable/mitaka
Change-Id: I4871acea553d1a0f1a766aa38da2030bc5aa7deb
2016-03-18 19:58:13 +00:00