summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Partial sync with OpenStack requirements.Monty Taylor2013-09-251-0/+1
| | | | | | | Where we're using the same libraries as OpenStack, sync with the OpenStack versions. Just to be nice. Change-Id: I8e90d2a8945d62e962b813c6396f0e7db4e14222
* Remove usage of d2to1Monty Taylor2013-09-251-2/+2
| | | | | | | d2to1 pulls in setuptools, which trips the unhappy bugs with setuptools updating. Move past that and just use new pbr. Change-Id: I2609eda10ed781116940c3607ff85a14fc4b7f58
* Migrate to pbr.Monty Taylor2013-06-251-42/+12
| | | | | | | | | Change-Id: I734f0f8237fb603ee41a39f06e63c007e79825a9 Reviewed-on: https://review.openstack.org/33350 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Doug Hellmann <doug.hellmann@dreamhost.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
* Update to latest openstack.common.setup code.Monty Taylor2013-03-281-4/+3
| | | | | | | | | Change-Id: Iaf8d066e9ad670dc5fed2375ad5640682a387bb5 Reviewed-on: https://review.openstack.org/25533 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
* Use entrypoints for zuul-server.Monty Taylor2012-11-271-2/+6
| | | | | | | | | | | | If we put the code for zuul-server into the zuul module, then autodoc will pick it up for documentation. Change-Id: Idf2db82f706243c6e69984170b4783f1eece2237 Reviewed-on: https://review.openstack.org/16850 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
* Import oslo-incubator for versioningPaul Belanger2012-11-171-14/+32
| | | | | | | | | | | | | After successfully adding openstack versioning to jenkins-job-builder this add the same support for zuul. Change-Id: Ia5baab2b0d9392c1b3c70bf890eaf7c6a2ea5c29 Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> Reviewed-on: https://review.openstack.org/16219 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
* Remove stray print statements.James E. Blair2012-05-301-2/+0
| | | | | | | | Add tox.ini with pep8 section. Fix pep8 errors. Change-Id: I6c171104359b16bcb130fdd56697d0663d8ec562
* Add package to setup.pyJames E. Blair2012-05-291-0/+1
| | | | Change-Id: I023956e67b4ee89852e63f0b14735860764958b8
* Initial commit.James E. Blair2012-05-291-0/+31