From 752a76fb4860afa8cd385e7103fc2832cdbb4098 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 21 Mar 2014 13:50:10 -0700 Subject: [PATCH] radosgw-agent: use our mirror instead of github Signed-off-by: Sage Weil --- teuthology/task/radosgw-agent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teuthology/task/radosgw-agent.py b/teuthology/task/radosgw-agent.py index 28f6245841..e9a97e748e 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), ] ) -- 2.39.5