summaryrefslogtreecommitdiff
path: root/pbr/packaging.py
Commit message (Expand)AuthorAgeFilesLines
* Support script text override for newer develop0.10.8Monty Taylor2015-02-031-0/+13
* _get_revno only returns a commit count0.10.7Jeremy Stanley2014-12-221-5/+4
* Integration test PBR commits0.10.6Jeremy Stanley2014-12-211-1/+1
* Move write_pbr_json to avoid issues with nose0.10.5Clark Boylan2014-12-201-234/+24
* Properly check for git before getting git dir0.10.4Clark Boylan2014-12-171-7/+7
* Use post version signifiersMonty Taylor2014-12-171-3/+5
* Only import sphinx during hook processingDoug Hellmann2014-12-171-169/+15
* Stop including git sha in version strings0.10.3Monty Taylor2014-12-161-8/+17
* Write and read more complex git sha infoMonty Taylor2014-12-161-3/+47
* Prefix git suffixes with + instead of .0.10.1Monty Taylor2014-12-141-2/+3
* Remove all 2.7 filtering0.10.20.10.0Monty Taylor2014-07-211-7/+0
* Stop filtering out argparseMonty Taylor2014-07-211-1/+1
* 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
* | Un-nest some sections of codeMonty Taylor2014-05-261-83/+89
|/
* Remove --use-mailmap as it's not neededMonty Taylor2014-05-231-1/+1
* Format autoindex.rst file properlyRuby Loo2014-04-151-2/+2
* Merge "Add support for nested requirements files"Jenkins2014-03-311-0/+7
|\
| * Add support for nested requirements filesBen Nemec2014-03-261-0/+7
* | 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
* Init sphinx config values before accessing them.Clark Boylan2014-03-061-0/+1
* 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-051-1/+0
* package: read a specific Python version requirement file0.6Julien Danjou2014-01-281-1/+7
* Use wheels for installationMonty Taylor2013-12-041-3/+8
* Merge "Let git do mailmap mapping for us"Jenkins2013-11-301-27/+1
|\
| * Let git do mailmap mapping for usMonty Taylor2013-11-291-27/+1
* | Merge "Make ChangeLog more condensed"Jenkins2013-11-301-8/+51
|\ \ | |/
| * Make ChangeLog more condensedMonty Taylor2013-11-291-8/+51
* | Merge "Make sphinx builders configurable in LocalBuildDoc"Jenkins2013-11-291-0/+7
|\ \
| * | Make sphinx builders configurable in LocalBuildDoccbjchen@cn.ibm.com2013-11-271-0/+7
* | | 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-221-1/+7
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Base python 2.7 skip list on parsed namesMonty Taylor2013-11-141-1/+7
| |/
* | Ignore jenkins@openstack.org in authors buildingSergey Lukjanov2013-11-141-1/+1
|/
* Avoid using 'which' executable for finding gitDavanum Srinivas2013-11-071-1/+8
* Fixed pbr install to not error out and fail if git is not installed0.5.23Nikhil Manchanda2013-10-301-1/+5
* Merge "Prevent ordereddict installation on 2.7"Jenkins2013-10-271-1/+1
|\
| * Prevent ordereddict installation on 2.7Thomas Leaman2013-10-161-1/+1
* | Comply with pep440Monty Taylor2013-10-181-1/+1
|/
* Do not pass unicode where byte strings are wantedDoug Hellmann2013-10-091-1/+13
* Rework run_shell_commandMonty Taylor2013-09-281-48/+34
* Merge "Add a hint for users who don't have git installed."Jenkins2013-09-071-1/+2
|\
| * Add a hint for users who don't have git installed.Ryan Petrello2013-09-061-1/+2
* | Merge "Fixes issue with command escaping on Windows"Jenkins2013-08-141-25/+26
|\ \
| * | Fixes issue with command escaping on Windowsalexpilotti2013-08-131-25/+26
| |/