summaryrefslogtreecommitdiffstats
path: root/openstack/common/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate to pbr.Monty Taylor2013-05-171-367/+0
* Removes len() on empty sequence evaluationZhongyue Luo2013-05-131-4/+2
* Improve python3 compatibilityChuck Short2013-05-021-2/+4
* Fix the co-authored-by processing.Monty Taylor2013-04-021-2/+2
* Include Co-authored-by entries in AUTHORS.Monty Taylor2013-03-221-0/+8
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
* Stop using --stat for ChangeLog.Monty Taylor2013-03-101-1/+1
* openstack.common.setup: fails to get version from gitDavanum Srinivas2013-02-251-14/+38
* Change the check for the existence of .git directory.Robert Myers2013-02-151-3/+3
* returncode for Popen is valid only after communicate callDavanum Srinivas2013-02-151-1/+1
* Allow running test in uninstalled source tree.Monty Taylor2013-02-101-4/+4
* Fix Pep8 WarningDirk Mueller2013-01-281-1/+1
* setup: count revs for revno if there are no tagsMark McLoughlin2013-01-251-3/+17
* Use revno and git sha for pre-release versioning.Monty Taylor2013-01-181-8/+23
* Add env var version override for packagers.Monty Taylor2013-01-181-0/+3
* trivial pep whitespace fixSteven Hardy2013-01-181-1/+1
* Merge "Remove write_requirements"Jenkins2013-01-181-9/+0
|\
| * Remove write_requirementsMonty Taylor2013-01-161-9/+0
* | Merge "use regexp to parse the mailmap"Jenkins2013-01-171-5/+6
|\ \ | |/ |/|
| * use regexp to parse the mailmapIonuț Arțăriși2013-01-161-5/+6
* | Stop using no longer valid -E option for pipJohannes Erdfelt2013-01-161-3/+2
|/
* Simplify version processing.Monty Taylor2013-01-111-107/+45
* Add a latex command to our sphinx builders.Monty Taylor2013-01-041-1/+9
* Fixes setup compatibility issue on WindowsYaguang Tang2012-11-031-2/+6
* Fix a logic error in stable version calculation.Monty Taylor2012-10-261-3/+5
* Fix a couple of file handle leaks, using with statements.David Ripton2012-10-171-9/+11
* Ignore the stackforge jenkins email addressDoug Hellmann2012-09-281-2/+2
* Fix errors reported by pyflakes.Bhuvan Arumugam2012-08-011-3/+2
* Merge "Add SKIP_GENERATE_AUTHORS option to setup.py"Jenkins2012-07-131-11/+15
|\
| * Add SKIP_GENERATE_AUTHORS option to setup.pyDan Prince2012-07-131-11/+15
* | Add SKIP_WRITE_GIT_CHANGELOG option to setup.pyDan Prince2012-07-131-6/+10
|/
* Fix up pre-versioning based on testing in glance.Monty Taylor2012-07-091-7/+15
* Fix mailmap.Joe Gordon2012-06-281-1/+2
* Split read_versioninfo into a method.Monty Taylor2012-06-261-4/+17
* Add support for tag based versioning.Monty Taylor2012-06-241-24/+96
* Skip argparse when injecting requirements.Dan Prince2012-06-201-0/+5
* Add autodoc generation to the build_sphinx commandMonty Taylor2012-06-141-0/+52
* Added support for proper bare URLs.Monty Taylor2012-05-251-0/+17
* Backslash continuation removal (common folsom-1)Zhongyue Luo2012-05-191-4/+4
* Encapsulate common sdist actions into a cmdclass.Monty Taylor2012-05-061-0/+37
* Truly handle mailmap entries for all combinations.Bhuvan Arumugam2012-05-041-1/+2
* Handle authors existed before VCS was around.Bhuvan Arumugam2012-04-301-7/+12
* Add AUTHORS generation function.Bhuvan Arumugam2012-04-121-1/+14
* Add git changelog method.Monty Taylor2012-02-091-4/+17
* Add git vcsversion method.Monty Taylor2012-02-091-0/+27
* Updated tox config for multi-python testing.Monty Taylor2012-02-061-0/+45
* Split functions to avoid eventlet import.Monty Taylor2012-02-061-0/+42