Commit Graph

9 Commits

Author SHA1 Message Date
Hervé Beraud a2203310bc ignore reno generated artifacts
Change-Id: Ic85d9ddc9c1272c81143eeef62fd0ce5a1e6909f
2020-09-22 11:18:45 +02:00
Sean McGinnis caaac6c438
Fix invalid escape sequence warnings
Py36 is more strict about escape sequences in strings. Regex patterns
often cause warnings due to not being normal escape sequences. This gets
rid of a few warnings by switching these regex strings to use raw
strings.

Change-Id: Ied16e55780f2bf73fac54e0afc8394af468a67b8
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-11 06:10:18 -05:00
ZhongShengping 00d1364185 Clean up .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools.

To this end, remove the long-standing sections for "Mr Developer"
and "Editors" since their mere existence here sends the signal that
we welcome (and have time to review) additions for any old tool
someone ever might happen to try. Also add a comment block
explaining this, for clarity.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks called from tox,
documentation and packaging builds, et cetera).

This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb
from the openstack-dev/oslo-cookiecutter repository.

Change-Id: Icf9e4f4e7720d5dce2b9ff10710bf2420f755f2a
2018-10-15 11:50:06 +08:00
Vu Cong Tuan 48ec101f15 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I9b230222866d41a12713f321cee88da896ba76a1
2018-07-04 08:20:45 +07:00
Kirill Bespalov 3b0bd79d85 Add reno for release notes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: I2fa27beb5d7e2c898ce567dce2add00ccdb54afe
2016-06-30 09:58:08 +00:00
Doug Hellmann 67bf9d274c Revert "work around doc build error"
This reverts commit bb8dbeb3a3.

Making this work will depend on having a new release of oslo.config with
the fix in the dependent patch.

Depends-On: Ia024722d05ce8adaa57c58559cb42f2913653bb9
Change-Id: I33b37c74abf63bcaa95e668ec74c9c9849cc3773
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-02-24 12:22:59 -05:00
Doug Hellmann bb8dbeb3a3 work around doc build error
This patch addresses a documentation build issue caused by the
oslo.config sphinx integration. In order to unblock this repo, we can
work around the issue here while fixing it in oslo.config, then revert
this change.

Change-Id: Ie4a29e8e8d44d00354ea0dd8420bac5b8812a717
Related-Bug: #1549106
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-02-24 12:11:39 -05:00
Ronald Bradford 1c72e1869d Fix coverage configuration and execution
A number of configuration errors prevent the successful creation of code
coverage. This corrects the .coveragerc source/omit setup and the tox
package name generation.

http://lists.openstack.org/pipermail/openstack-dev/2015-October/076193.html

Change-Id: I2ee48d5b987cc26fe2de6d538ab278821100b278
2015-10-05 17:23:48 -04:00
Gordon Chung 5abab9ed08 exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00