]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
github.com/NewDreamNetwork -> github.com/ceph
authorSage Weil <sage@newdream.net>
Fri, 2 Mar 2012 18:55:19 +0000 (10:55 -0800)
committerSage Weil <sage@newdream.net>
Fri, 2 Mar 2012 18:55:56 +0000 (10:55 -0800)
s3tests.py
swift.py

index 47e9c1416dc83515fc1cd8b187ecc6c833904fe9..65b11e38f57c6524e392939d8729f05d971704d2 100644 (file)
@@ -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',
                 ],
index 65ff7df8648234fcca87297d382de98ebfba8106..a7cdf689bc709d5ab5444db3f690dfb4a137afdd 100644 (file)
--- 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',
                 ],
             )