From: Alfredo Deza Date: Mon, 16 Sep 2013 20:02:04 +0000 (-0400) Subject: reverting the github link X-Git-Tag: v1.2.4~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=99fe318df5b4b719fdbb8a5bad6e52b729d3dbef;p=ceph-deploy.git reverting the github link Signed-off-by: Alfredo Deza --- diff --git a/vendor.py b/vendor.py index adf818d..11c0617 100644 --- a/vendor.py +++ b/vendor.py @@ -49,10 +49,7 @@ def vendor_library(name, version): run(['rm', '-rf', vendor_src]) if not os.path.exists(vendor_dest): - # XXX Uncomment once ceph.com starts mirroring again - #run(['git', 'clone', 'git://ceph.com/%s' % name]) - - run(['git', 'clone', 'https://github.com/ceph/%s' % name]) + run(['git', 'clone', 'git://ceph.com/%s' % name]) os.chdir(vendor_src) run(['git', 'checkout', version]) run(['mv', vendor_module, vendor_dest])