Skip to content

Commit

Permalink
use local mirrors for (most) github urls
Browse files Browse the repository at this point in the history
A cronjob on ceph.newdream.net updates these every 15 minutes.  Sigh.
  • Loading branch information
liewegas committed Jan 16, 2012
1 parent 9598e47 commit 709d944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion s3tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
)
Expand Down

0 comments on commit 709d944

Please sign in to comment.