From 709d9441127fec93da74c7702cafa54a47e10e8f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 15 Jan 2012 22:48:33 -0800 Subject: [PATCH] use local mirrors for (most) github urls A cronjob on ceph.newdream.net updates these every 15 minutes. Sigh. --- s3tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/s3tests.py b/s3tests.py index d2685cf0934..5c64d4c2602 100644 --- a/s3tests.py +++ b/s3tests.py @@ -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', ], ) -- 2.39.5