task/swift: change upstream repository url

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
Yehuda Sadeh 2012-12-21 10:20:02 -08:00
parent f2dbe5edd7
commit c02d34dce1

View 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',
],
)