Commit Graph

8 Commits

Author SHA1 Message Date
Hervé Beraud fcee2a4f18 Ignore releasenote cache within git untracked files
Change-Id: I5617295e7392d9bed8881796ca5179e060aa3316
2019-12-20 11:17:33 +01:00
Dougal Matthews 7e0df72aa1 Ignore the .eggs directory
Change-Id: I37e614d81126a9d3c4f775d8a8f32a911b03c92b
2019-11-21 10:06:21 +00:00
ZhongShengping c568717706 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: I09a564e59c4515a67698d5c15df1d1b3d77bbc38
2018-10-15 11:53:43 +08:00
Vu Cong Tuan 0812f94a23 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: Ica0262653e8c18681d049acca6d5920ac38f97e6
2018-07-04 08:28:15 +07:00
ChangBo Guo(gcb) a5a40aca7d Add reno for release notes management
Closes-Bug: #1634356

Change-Id: I6462e42df2a28cd63d6059ef5320cec3ca1473d9
2016-11-01 15:43:10 +08:00
Ronald Bradford 5f273a1161 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: Ic7bd03b1411a92c04dc6ea8c5995f88d1738a156
2015-10-08 17:23:20 -04:00
paul-carlton2 42e6b7b646 Add 'token' to list of fields to be santized by mask_password
A forthcoming fix to openstack/nova will use this to complete the
fix.

Change-Id: Ia07ca4b6f42577d45a53749511cfb6af1492678a
Partial-Bug: #1492140
2015-09-08 15:45:42 +01:00
Davanum Srinivas 7b9410e41c exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00