From: Joe Handzik Date: Tue, 7 Apr 2015 20:03:10 +0000 (-0500) Subject: Updating the url used to clone the remoto repository X-Git-Tag: v1.5.24~13^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=73a760805b798f9df406402451578d069b95a794;p=ceph-deploy.git Updating the url used to clone the remoto repository --- diff --git a/vendor.py b/vendor.py index e1c714d..506e87c 100644 --- a/vendor.py +++ b/vendor.py @@ -64,7 +64,7 @@ def vendor_library(name, version, cmd=None): run(['rm', '-rf', vendor_dest]) if not path.exists(vendor_dest): - run(['git', 'clone', 'git://ceph.com/%s' % name]) + run(['git', 'clone', 'https://github.com/alfredodeza/%s.git' % name]) os.chdir(vendor_src) run(['git', 'checkout', version]) if cmd: