Commit Graph

6 Commits

Author SHA1 Message Date
Stephen Finucane a4b7ef7b56 gitignore: Ignore reno artefacts
Change-Id: I4efa547407549bccb0873e8f4d51fa678a8069e6
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2020-01-23 11:21:25 +00:00
ZhongShengping d5270c45d2 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: Ibc26f91212350aa06be63fe9f2fabfc570e0079d
2018-10-15 11:56:15 +08:00
Vu Cong Tuan 538bc761ce 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: I5c4d37afdc438cc978bff37e4d0c56c7ad60fb19
2018-07-04 08:12:19 +07:00
ChangBo Guo(gcb) 71de5fd023 Add reno for release notes management
The release management team have indicated this is their preferred way
to collect release notes in future.

Closes-Bug: #1634356

Change-Id: Iac926d87064af92ea7e2e8eb24c72effca2641bc
2016-11-03 14:43:46 +08:00
Ronald Bradford 9393cd451c 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.

Change-Id: Ie55159304b8633acd6b06ba94d0cb8507a337504
2015-10-01 19:54:59 +00:00
Doug Hellmann 2e6d52b475 apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00