summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Follow the new PTI for document buildtrain-em2.34.1ZhongShengping2019-07-191-0/+2
| | | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more detailed information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: Id20646cd51ffc13cf4e77c640eb677fe376c1b1f Co-Authored-By: Stephen Finucane <stephenfin@redhat.com>
* Fix doc build error under Python 3Sean McGinnis2019-04-101-0/+1
| | | | | | | Small fix to switch "print foo" to "print(foo)". Change-Id: Ib49a5e9420a4ab2ab62db2886a78c070ff6c5ba0 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Clean up .gitignore references to personal toolsZhongShengping2018-10-151-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | 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: Ib37eff063b8df1f46a0109f6683afd7b3e765a3b
* Switch to stestrVu Cong Tuan2018-07-041-2/+1
| | | | | | | | | | 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: Iea425a8583f7396cc4e9d6964f3efa9875dc59ac
* rearrange existing documentation to fit the new standard layoutAkihiro Motoki2017-07-111-1/+1
| | | | | | | | | For more detail, see the doc migration spec: http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html There is also the recent status of the work posted in the dev ML: http://lists.openstack.org/pipermail/openstack-dev/2017-July/119221.html Change-Id: I1e728fc0bc671150d826747010eb980176f0cc13
* Add reno for release notes managementKirill Bespalov2016-05-241-0/+3
| | | | | | | An initial patch to add reno and create a base directory for release notes Change-Id: I67132d71d478ab5aca9b19c2c417aaaf51357748
* Fix coverage configuration and executionRonald Bradford2015-10-081-0/+1
| | | | | | | | | | 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: Ife807248caa66472bb30027eef3e68aedb035e7d
* clean up auto-doc api buildDoug Hellmann2015-09-241-1/+2
| | | | | | | | do not generate docs for private _i18n module and tests ignore the rst files created by pbr Change-Id: I9ec824d66e9234b60a2285daee6f1b2cb2cccf69
* Initial checkin for Oslo VMware Library generated using oslo-cookiecutterDavanum Srinivas2014-02-031-0/+51