summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to pbr.Monty Taylor2013-05-171-59/+4
| | | | | | | | | Also, remove the files associated with this that should not be pulled from oslo-incubator any longer. Closes bug 1179007 Change-Id: Id2e882837bdde51a60562e8cdd207c7ff0c88a6a
* Move bin/ scripts to entrypoints.Monty Taylor2013-04-071-0/+4
| | | | | | | Instead of propogating more bin scripts, migrate these to be things that can be consumed as entrypoints. Change-Id: Ic01e0f16fe9e7634708fbb51499ccea3f4f40d63
* update OpenStack, LLC to OpenStack FoundationMark McClain2013-03-131-1/+1
| | | | | | | | | | fixes bug 1154745 The previous update (https://review.openstack.org/#/c/24103/) missed header files that contained "OpenStack, LLC". This change corrects the missed files to reflect the OpenStack Foundation. Change-Id: I9c6de265267485ef2c82ea7e6d8643e82134d102
* Use revno and git sha for pre-release versioning.Monty Taylor2013-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | In discussions with ttx and zul, it became clear that the git describe info for our intra-release case wasn't providing any value and was providing confusion. Additionally, plain git sha's are not providing enough info. So, the scheme settled on that breaks the least amount of things and yet still reduces complexity is: if pre-version: # server projects try: use current tag except: use pre-version+revcount+gitsha else: use git describe | s/-/./ Additionally, we'll use a as a prefix for the revcount, b as the prefix for the milestone portion of a milestone tag, and rc as the prefix for rc's, so that for our releases, python version sorting works as expected. Change-Id: I6f0fe029d225afa8f435bc83216fc144c2402ae0
* Simplify version processing.Monty Taylor2013-01-111-3/+4
| | | | | | | | | | | | | | | In response to the cessation of per-commit tarballs produced by the CI systems, simplify the version processing code. We did many many many complicated things to support producing release artifacts that were not actually supported release artifacts. After a bunch of issues emerged, it was determined that the best way forward was to stop producing quasi-not-really non-release tarballs. If people want to consume versions of openstack that are not released versions, the git repos are always available. Additionally, this patch removes versioninfo and just uses PKG-INFO and pkg_resources to handle version processing. Change-Id: I5c799f3520adb2ba5288d852543706d81a92f8a1
* Add common base weigher/weigher handler for filter schedulerZhiteng Huang2013-01-041-0/+6
| | | | | | | | | | | Filter scheduler is being used for more than one core projects (Nova and Cinder as of writing), the implementation shared a lot of common code. This patch is to move base weigher (weighing function), weigher handler for filter scheduler into oslo to reduce possible porting. implement bp: common-weights Change-Id: I2d1b37438663b53e035cc262875a283e5e2ee970
* Add common filter/filter handler for filter schedulerZhiteng Huang2013-01-041-3/+14
| | | | | | | | | | | | Filter scheduler is being used for more than one core projects (Nova and Cinder as of writing), the implementation shared a lot of common code. This patch moves base filter/filter handler class as well as common filter implementation for filter scheduler into oslo to reduce possible porting. implement bp: common-filters Change-Id: If0b1dee79c410c98e152230b55c1ec5dbcdef27c
* fix bug lp:1019348,update openstack-common to support pep8 1.3.Yaguang Tang2012-07-181-27/+28
| | | | | | also,this patch turns off pep8 E125 check. Change-Id: I22d2a94d89530586d614af39af17ae542c5e0cbf
* Fix up openstack-common build.Monty Taylor2012-07-021-11/+26
| | | | | | | | Ironically enough, even though the code to manage this is in openstack-common, openstack-common wasn't using it. This patch fixes doc generation, as well as setuptools-git integration and versioning. Change-Id: Ifb74ad539832d8cec4a536a96221eea8fb7527d2
* Update common code to support pep 1.3.Gary Kotton2012-06-181-2/+1
| | | | | | bug 1014216 Change-Id: I3f8fa2e11c9d3f3d34fb20f65ce886bb9c94463d
* Merge "Use default values for requirements parsing."Jenkins2012-02-201-5/+2
|\
| * Use default values for requirements parsing.Monty Taylor2012-02-091-5/+2
| | | | | | | | Change-Id: I88a38441d8f3e6e2ef02269c41d4590cbd4acbcf
* | PEP8 cleanup (openstack-common)Zhongyue Luo2012-02-111-3/+2
|/ | | | | | | | | Fixes bug #930625 Remove backslash continuations in openstack-common. Fix type checking taboos. Change-Id: I49ddb9ff5fa5af760dcfccb52cb4793b71e02f19
* Merge "Updated tox config for multi-python testing."Jenkins2012-02-091-14/+13
|\
| * Updated tox config for multi-python testing.Monty Taylor2012-02-061-14/+13
| | | | | | | | Change-Id: Ib1f768c6783db0e63cb51dfc767ae5a31a295c76
* | fix namespace declarationJason Kölker2012-02-081-0/+1
|/ | | | Change-Id: Ib23b9a264173f061afeb72809a9ac40f907d419a
* mox isn't used anywhere, but I will be using mockJason Kölker2011-12-011-1/+1
|
* put requires in setup.py so when package gets included as a requirement, the ↵Jason Kölker2011-11-011-2/+10
| | | | requirements follow along
* update setup.py to only have common requiresJason Kölker2011-09-281-2/+5
|
* remove paste templates from commonJason Kölker2011-09-281-4/+0
|
* add Paste* requirementsJason Kölker2011-09-271-2/+2
|
* add the openstack paster command to spit out the templateJason Kölker2011-09-271-0/+2
|
* add openstack templatesJason Kölker2011-09-271-0/+2
|
* make naming consistantJason Kölker2011-09-271-1/+1
|
* initial commitJason Kölker2011-09-271-0/+32