summaryrefslogtreecommitdiff
path: root/pbr
Commit message (Expand)AuthorAgeFilesLines
* Merge "Check for git before querying it for a version"0.9.0Jenkins2014-06-301-1/+1
|\
| * Check for git before querying it for a versionJeremy Stanley2014-06-051-1/+1
* | Allow examining parsing exceptions.Robert Collins2014-06-281-0/+5
* | Merge "Un-nest some sections of code"Jenkins2014-06-271-83/+89
|\ \
| * | Un-nest some sections of codeMonty Taylor2014-05-261-83/+89
* | | Restore Monkeypatched Distribution InstanceKevin McCarthy2014-06-221-49/+66
* | | Register testr as a distutil entry pointSteve Kowalik2014-06-111-1/+1
| |/ |/|
* | Merge "Allow _run_cmd to run commands in any directory."Jenkins2014-05-301-2/+6
|\ \
| * | Allow _run_cmd to run commands in any directory.Robert Collins2014-05-291-2/+6
* | | Merge "Make setUp fail if sdist fails."Jenkins2014-05-272-10/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Make setUp fail if sdist fails.Robert Collins2014-05-272-10/+10
* | Remove --use-mailmap as it's not neededMonty Taylor2014-05-232-2/+2
|/
* pbr/testr_command.py: Add loggingMarc Abramowitz2014-05-051-0/+17
* Merge "Make source configurable when using --coverage"Jenkins2014-04-301-2/+8
|\
| * Make source configurable when using --coverageMarc Abramowitz2014-04-251-2/+8
* | Format autoindex.rst file properlyRuby Loo2014-04-151-2/+2
|/
* Merge "Add support for nested requirements files"Jenkins2014-03-312-0/+22
|\
| * Add support for nested requirements filesBen Nemec2014-03-262-0/+22
* | Merge "Remove duplicate git setup in tests."Jenkins2014-03-312-8/+31
|\ \
| * | Remove duplicate git setup in tests.Robert Collins2014-03-172-8/+31
* | | Use unicode_literals import instead of u'unicode' notation.0.8.0Toilal2014-03-271-1/+1
| |/ |/|
* | Fixes blocking issue on WindowsOctavian Ciuhandu2014-03-191-1/+3
|/
* Factor run_cmd out of the base class.0.7.0Robert Collins2014-03-131-7/+14
* Return the real class in VersionInfo __repr__.Robert Collins2014-03-131-1/+2
* Fix up some docstrings.Robert Collins2014-03-131-9/+14
* Init sphinx config values before accessing them.Clark Boylan2014-03-061-0/+1
* Remove copyright from empty filesChangBo Guo(gcb)2014-03-031-14/+0
* Merge "Remove unused _parse_mailmap()"Jenkins2014-02-251-12/+0
|\
| * Remove unused _parse_mailmap()Mark McLoughlin2014-02-181-12/+0
* | Add support for python 3-<3.3Toilal2014-02-171-3/+5
|/
* Do not force log verbosity level to infoDoug Hellmann2014-02-052-4/+0
* package: read a specific Python version requirement file0.6Julien Danjou2014-01-282-1/+23
* Use wheels for installationMonty Taylor2013-12-041-3/+8
* Merge "Let git do mailmap mapping for us"Jenkins2013-11-302-63/+3
|\
| * Let git do mailmap mapping for usMonty Taylor2013-11-292-63/+3
* | Merge "Make ChangeLog more condensed"Jenkins2013-11-303-23/+75
|\ \ | |/
| * Make ChangeLog more condensedMonty Taylor2013-11-293-23/+75
* | Merge "Make sphinx builders configurable in LocalBuildDoc"Jenkins2013-11-292-0/+40
|\ \
| * | Make sphinx builders configurable in LocalBuildDoccbjchen@cn.ibm.com2013-11-272-0/+40
* | | Merge "Communicate to user when we skip a requirement"Jenkins2013-11-261-9/+11
|\ \ \
| * | | Communicate to user when we skip a requirementMonty Taylor2013-11-141-9/+11
* | | | Merge "Base python 2.7 skip list on parsed names"Jenkins2013-11-222-1/+21
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Base python 2.7 skip list on parsed namesMonty Taylor2013-11-142-1/+21
| |/
* | Ignore jenkins@openstack.org in authors buildingSergey Lukjanov2013-11-141-1/+1
|/
* Avoid using 'which' executable for finding gitDavanum Srinivas2013-11-072-1/+25
* Fixed pbr install to not error out and fail if git is not installed0.5.23Nikhil Manchanda2013-10-301-1/+5
* Merge "Move base test case logic out of __init__.py"0.5.22Jenkins2013-10-289-158/+158
|\
| * Move base test case logic out of __init__.pyMonty Taylor2013-10-289-158/+158
* | Merge "Prevent ordereddict installation on 2.7"Jenkins2013-10-271-1/+1
|\ \ | |/ |/|
| * Prevent ordereddict installation on 2.7Thomas Leaman2013-10-161-1/+1