From 1970713a2fc43e3afae376712356ca93a65d9e1f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 2 Mar 2012 10:55:19 -0800 Subject: [PATCH] github.com/NewDreamNetwork -> github.com/ceph --- s3tests.py | 2 +- swift.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/s3tests.py b/s3tests.py index 47e9c1416dc..65b11e38f57 100644 --- a/s3tests.py +++ b/s3tests.py @@ -23,7 +23,7 @@ def download(ctx, config): ctx.cluster.only(client).run( args=[ 'git', 'clone', -# 'https://github.com/NewDreamNetwork/s3-tests.git', +# 'https://github.com/ceph/s3-tests.git', 'http://ceph.newdream.net/git/s3-tests.git', '/tmp/cephtest/s3-tests', ], diff --git a/swift.py b/swift.py index 65ff7df8648..a7cdf689bc7 100644 --- a/swift.py +++ b/swift.py @@ -21,7 +21,7 @@ def download(ctx, config): ctx.cluster.only(client).run( args=[ 'git', 'clone', - 'https://github.com/NewDreamNetwork/swift.git', + 'https://github.com/ceph/swift.git', '/tmp/cephtest/swift', ], ) -- 2.39.5