From: Sage Weil Date: Fri, 21 Mar 2014 20:50:10 +0000 (-0700) Subject: radosgw-agent: use our mirror instead of github X-Git-Tag: 1.1.0~1579 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=752a76fb4860afa8cd385e7103fc2832cdbb4098;p=teuthology.git radosgw-agent: use our mirror instead of github Signed-off-by: Sage Weil --- diff --git a/teuthology/task/radosgw-agent.py b/teuthology/task/radosgw-agent.py index 28f624584..e9a97e748 100644 --- a/teuthology/task/radosgw-agent.py +++ b/teuthology/task/radosgw-agent.py @@ -44,7 +44,8 @@ def run_radosgw_agent(ctx, config): 'cd', testdir, run.Raw('&&'), 'git', 'clone', '-b', branch, - 'https://github.com/ceph/radosgw-agent.git', +# 'https://github.com/ceph/radosgw-agent.git', + 'git://ceph.com/git/radosgw-agent.git', 'radosgw-agent.{client}'.format(client=client), ] )