]> git.apps.os.sepia.ceph.com Git - ceph-ci.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.

s3tests.py

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',
                 ],
             )