]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
radosgw-agent: use our mirror instead of github
authorSage Weil <sage@inktank.com>
Fri, 21 Mar 2014 20:50:10 +0000 (13:50 -0700)
committerSage Weil <sage@inktank.com>
Fri, 21 Mar 2014 20:50:10 +0000 (13:50 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/radosgw-agent.py

index 28f6245841338709e263746d35efe7e8f6bdd257..e9a97e748e71e15f7a61a4d7bc92477ae0bd3a8c 100644 (file)
@@ -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),
                 ]
             )