]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
call vendor.py on remoto so it vendors itself
authorAlfredo Deza <alfredo.deza@inktank.com>
Fri, 27 Jun 2014 13:13:36 +0000 (09:13 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Fri, 27 Jun 2014 13:13:36 +0000 (09:13 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
setup.py

index c1b06d2313910963d4fbbcb5b98d89b69456026d..9031405f3404c34bb7adb9b06de7b18fd63f12d7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,8 +23,11 @@ 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', '0.0.16'),
+        ('remoto', 'master', ['python', 'vendor.py']),
     ])