]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
pull s3-tests.git using git, not http
authorSage Weil <sage@newdream.net>
Wed, 6 Jun 2012 23:00:55 +0000 (16:00 -0700)
committerSage Weil <sage@newdream.net>
Wed, 6 Jun 2012 23:00:55 +0000 (16:00 -0700)
teuthology/task/s3readwrite.py
teuthology/task/s3roundtrip.py
teuthology/task/s3tests.py

index dabb558a4417914f9ae99390d7dafe16232ea7f0..5bb222652fa39d2875d784776e28c598a474622a 100644 (file)
@@ -24,7 +24,7 @@ def download(ctx, config):
             args=[
                 'git', 'clone',
 #                'https://github.com/ceph/s3-tests.git',
-                'http://ceph.com/git/s3-tests.git',
+                'git://ceph.com/git/s3-tests.git',
                 '/tmp/cephtest/s3-tests',
                 ],
             )
index 4186c67a2509813b5e74860b0e9a61879515cc9c..152b04a78975566d788d67bc4941ebba2c45512a 100644 (file)
@@ -24,7 +24,7 @@ def download(ctx, config):
             args=[
                 'git', 'clone',
 #                'https://github.com/ceph/s3-tests.git',
-                'http://ceph.com/git/s3-tests.git',
+                'git://ceph.com/git/s3-tests.git',
                 '/tmp/cephtest/s3-tests',
                 ],
             )
index b0a2d74b1ff75108d51975e1e108142b3747af12..4e6b4ac14096e5c62dd121458e03a9387d731875 100644 (file)
@@ -24,7 +24,7 @@ def download(ctx, config):
             args=[
                 'git', 'clone',
 #                'https://github.com/ceph/s3-tests.git',
-                'http://ceph.com/git/s3-tests.git',
+                'git://ceph.com/git/s3-tests.git',
                 '/tmp/cephtest/s3-tests',
                 ],
             )