summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Switch to stestrStephen Finucane2018-07-181-1/+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. While we're at it, we also fix the docs requirements and removed the unused 'pypy' and 'cover' tox targets. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I424068adc9092be2cf40d117c9dc4e92bb51e804 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Add reno for release notes managementStephen Finucane2017-10-101-2/+4
| | | | Change-Id: I36b8193b22123a409b729c7b9f4309507379f1ad
* gitignore: Ignore .venvStephen Finucane2017-06-271-0/+1
| | | | Change-Id: I740c9ec7cf91ab607a032253bd0d5c792fff4e40
* rearrange existing documentation using the new standard layoutDoug Hellmann2017-06-221-1/+1
| | | | | | Change-Id: I885f1adf4fbfc1137c6c48039096bd7bdf89cbd3 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Move to oslosphinxIan Wienand2016-06-221-0/+1
| | | | | | | | | I noticed the current API documentation is unreadable [1]. Remove the inbuilt theme and move to oslosphinx for module/api documentation. [1] http://docs.openstack.org/developer/pbr/api/pbr.version.html Change-Id: I8d92d849b8a2ab4baca960ae8c271214d3c2b8f4
* Add vim and emacs files to .gitignore.Monty Taylor2013-05-301-0/+4
| | | | Change-Id: I872de20371ae8afeafb30412516d95a9e35f9644
* Move sphinx to test-reuqirements.Monty Taylor2013-03-121-0/+1
| | | | Change-Id: I15ffeec34cdf9be24ffade5701b8e723aaaa171c
* Fix things up to work with nova.Monty Taylor2013-03-101-0/+2
| | | | | Add extern/six back - turns out setup_requires isn't transitive. Make sure .gitignore is right.
* Split out oslo.packaging.Monty Taylor2013-03-101-0/+27
Include logic taken from d2to1 to allow us to inject into setup.py. Combined with ols openstack/common/setup.py code. Change-Id: I27b341403bb8245e38f8e3c386f1a835b90b1843