summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nelson <nhm@clusterfaq.org>2012-03-14 21:32:23 +0100
committerMark Nelson <nhm@clusterfaq.org>2012-03-14 21:32:23 +0100
commit2b879905fcfd660e242ed1a804d1c8301d17ab84 (patch)
tree261ca0a3e8ba5f9a0cdd8a170282c5168805f091
parentAdd necessary imports for s3 tasks, and keep them alphabetical. (diff)
parentgithub.com/NewDreamNetwork -> github.com/ceph (diff)
downloadceph-2b879905fcfd660e242ed1a804d1c8301d17ab84.tar.xz
ceph-2b879905fcfd660e242ed1a804d1c8301d17ab84.zip
Merge branch 'master' of github.com:ceph/teuthology
-rw-r--r--s3tests.py2
-rw-r--r--swift.py2
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',
],
)