summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Install manpage in share/man/man1 instead of man/man1Christian Schwede2014-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | According to FHS 2.3 the correct place to install the manpage for a binary in /usr/local/bin/ would be /usr/local/man/. However, on Debian/Ubuntu-based systems /usr/local/man/ is a link to /usr/local/share/man/ and on other systems /usr/local/man/ might not exist at all. Even worse, if the client is installed in /usr/bin/ the manpage should should be installed in /usr/share/man, but will be installed in /usr/man/ which is completely wrong. This patch fixes this and uses share/man/man1 as common prefix. Doing this will install the manpage either in /usr/local/share/man/man1 or /usr/share/man/man1. Partial-Bug: 1269715 Change-Id: I590932f00476eacd434cdae012fd62010845581d
* Install swiftclient manpageChristian Schwede2014-01-161-0/+2
| | | | | | | | Currently the existing manpage isn't copied to /usr/local/man/man1 when installing swiftclient from source. This patch fixes this. Change-Id: Ib2ee091d5e1d4c37a4e5a00f50fa19df44bd3c41 Partial-Bug: 1269715
* Switch to pbr for setup.Monty Taylor2013-05-011-0/+29
| | | | Change-Id: Ifc2efa2bd7c2f030b51494ccb471f0c3e097c5ce
* Use testr instead of nose.Monty Taylor2013-01-181-9/+0
| | | | | | | | | | | | | | | nose is invasive and can sometimes alter the outcome of a test run. testr, on the other hand, keeps a distinction between running tests and displaying results of the test runs. Additionally, it supports the stock python unittest protocol. Even better, testr supports parallel test running, which makes things faster, and a command "testr run --failing" which will just re-run the latest failing tests (often something one wants to do in iterative dev) Part of blueprint grizzly-testtools Change-Id: I0b3f1bcb5d4ff59c65eb3219b30a9e64f54d70bd
* tell nose to explicity test the 'tests' directoryJohn Dickinson2012-11-081-0/+1
| | | | Change-Id: Ib6afa775defc521794da627952edbf69721b0874
* Add build_sphinx options.Clark Boylan2012-06-111-0/+8
| | | | | | | | | To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc/source and build results go in project/doc/build. Change-Id: Ibe6745cac73817ea06faca77367b4269d5137a24
* Added setup.cfg for verbose test output.Monty Taylor2012-05-211-0/+7