]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
task/swift: change upstream repository url
authorYehuda Sadeh <yehuda@inktank.com>
Fri, 21 Dec 2012 18:20:02 +0000 (10:20 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 21 Dec 2012 18:20:02 +0000 (10:20 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
teuthology/task/swift.py

index a7cdf689bc709d5ab5444db3f690dfb4a137afdd..f76fb5a57fc5fb7e4207b3194eef528003da406d 100644 (file)
@@ -21,7 +21,7 @@ def download(ctx, config):
         ctx.cluster.only(client).run(
             args=[
                 'git', 'clone',
-                'https://github.com/ceph/swift.git',
+                'git://ceph.com/git/swift.git',
                 '/tmp/cephtest/swift',
                 ],
             )