]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
use local mirrors for (most) github urls
authorSage Weil <sage@newdream.net>
Mon, 16 Jan 2012 06:48:33 +0000 (22:48 -0800)
committerSage Weil <sage@newdream.net>
Mon, 16 Jan 2012 06:52:58 +0000 (22:52 -0800)
A cronjob on ceph.newdream.net updates these every 15 minutes.  Sigh.

teuthology/task/chef.py
teuthology/task/s3readwrite.py
teuthology/task/s3roundtrip.py
teuthology/task/s3tests.py

index 510eff76e79b582e8a3e8088ee34636df0e443cf..77939746047451c094c246681d7e6bd85c8ebe03 100644 (file)
@@ -16,7 +16,8 @@ def task(ctx, config):
                 'wget',
                 '-q',
                 '-O-',
-                'https://raw.github.com/NewDreamNetwork/ceph-qa-chef/master/solo/solo-from-scratch',
+#                'https://raw.github.com/NewDreamNetwork/ceph-qa-chef/master/solo/solo-from-scratch',
+                'http://ceph.newdream.net/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD',
                 run.Raw('|'),
                 'sh',
                 ],
index c8dd16187f27410fd95fbe02f8f2c4f38694dad1..3739bf04bb233782117fcdf25076e23b8acdc7d7 100644 (file)
@@ -21,7 +21,8 @@ def download(ctx, config):
         ctx.cluster.only(client).run(
             args=[
                 'git', 'clone',
-                'https://github.com/NewDreamNetwork/s3-tests.git',
+#                'https://github.com/NewDreamNetwork/s3-tests.git',
+                'http://ceph.newdream.net/git/s3-tests.git',
                 '/tmp/cephtest/s3-tests',
                 ],
             )
index c1e2e3046ee073ce5b800e42dc0b281f5c9e61e8..32c666b7df132df84e22eab9d85ea1df6d4bf46a 100644 (file)
@@ -21,7 +21,8 @@ def download(ctx, config):
         ctx.cluster.only(client).run(
             args=[
                 'git', 'clone',
-                'https://github.com/NewDreamNetwork/s3-tests.git',
+#                'https://github.com/NewDreamNetwork/s3-tests.git',
+                'http://ceph.newdream.net/git/s3-tests.git',
                 '/tmp/cephtest/s3-tests',
                 ],
             )
index d2685cf09347d115bf465bfd3385679ee1b1f618..5c64d4c2602745d2042cbc9fb92f537e32633c69 100644 (file)
@@ -21,7 +21,8 @@ def download(ctx, config):
         ctx.cluster.only(client).run(
             args=[
                 'git', 'clone',
-                'https://github.com/NewDreamNetwork/s3-tests.git',
+#                'https://github.com/NewDreamNetwork/s3-tests.git',
+                'http://ceph.newdream.net/git/s3-tests.git',
                 '/tmp/cephtest/s3-tests',
                 ],
             )