From: Yehuda Sadeh Date: Fri, 21 Dec 2012 18:20:02 +0000 (-0800) Subject: task/swift: change upstream repository url X-Git-Tag: v0.94.10~27^2^2~364^2~1101 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c02d34dce1329e47daadb7d28331f8f03de76a15;p=ceph.git task/swift: change upstream repository url Signed-off-by: Yehuda Sadeh --- diff --git a/teuthology/task/swift.py b/teuthology/task/swift.py index a7cdf689bc709..f76fb5a57fc5f 100644 --- a/teuthology/task/swift.py +++ b/teuthology/task/swift.py @@ -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', ], )