diff options
author | Mark Nelson <nhm@clusterfaq.org> | 2012-03-14 21:32:23 +0100 |
---|---|---|
committer | Mark Nelson <nhm@clusterfaq.org> | 2012-03-14 21:32:23 +0100 |
commit | 2b879905fcfd660e242ed1a804d1c8301d17ab84 (patch) | |
tree | 261ca0a3e8ba5f9a0cdd8a170282c5168805f091 | |
parent | Add necessary imports for s3 tasks, and keep them alphabetical. (diff) | |
parent | github.com/NewDreamNetwork -> github.com/ceph (diff) | |
download | ceph-2b879905fcfd660e242ed1a804d1c8301d17ab84.tar.xz ceph-2b879905fcfd660e242ed1a804d1c8301d17ab84.zip |
Merge branch 'master' of github.com:ceph/teuthology
-rw-r--r-- | s3tests.py | 2 | ||||
-rw-r--r-- | 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', ], @@ -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', ], ) |