]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
set the tag version for remoto to 0.0.18
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 9 Jul 2014 15:13:43 +0000 (11:13 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Wed, 9 Jul 2014 15:13:43 +0000 (11:13 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
setup.py

index 9031405f3404c34bb7adb9b06de7b18fd63f12d7..0959623fa27571212c415dadf9ad176189ed0381 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,11 +23,8 @@ if pyversion < (2, 7) or (3, 0) <= pyversion <= (3, 1):
 if os.environ.get('CEPH_DEPLOY_NO_VENDOR'):
     clean_vendor('remoto')
 else:
-    # XXX this should *not* point to master, but a tag. Since remoto 0.0.17 lacks
-    # the feature to call `vendor.py` and a release for a non-package feature was not
-    # ideal then the temporary fix is to point to master until a new remoto release
     vendorize([
-        ('remoto', 'master', ['python', 'vendor.py']),
+        ('remoto', '0.0.18', ['python', 'vendor.py']),
     ])