From: Joe Handzik Date: Wed, 8 Apr 2015 14:53:33 +0000 (-0500) Subject: Updating github url to point to the ceph fork of remoto X-Git-Tag: v1.5.24~13^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55d72f4b57cb6da0bd6d4c6207ae0a138d509be7;p=ceph-deploy.git Updating github url to point to the ceph fork of remoto --- diff --git a/vendor.py b/vendor.py index 506e87c..5a88856 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', 'https://github.com/alfredodeza/%s.git' % name]) + run(['git', 'clone', 'https://github.com/ceph/%s.git' % name]) os.chdir(vendor_src) run(['git', 'checkout', version]) if cmd: