From 030a31efb9774145699d6da094ecfae9fd9ea3c7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 Jul 2014 14:54:16 +0530 Subject: [PATCH] Change fosshub mirror used for uploading. --- setup/file_hosting_servers.rst | 2 +- setup/hosting.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/file_hosting_servers.rst b/setup/file_hosting_servers.rst index 31682b1e3f..2a16715d56 100644 --- a/setup/file_hosting_servers.rst +++ b/setup/file_hosting_servers.rst @@ -57,6 +57,6 @@ SSH into sourceforge and downloadbestsoftware so that their host keys are stored. ssh -oStrictHostKeyChecking=no files.calibre-ebook.com echo done (and whatever other mirrors are present) - ssh -oStrictHostKeyChecking=no kovid@mirror1.fosshub.com echo done + ssh -oStrictHostKeyChecking=no kovid@mirror10.fosshub.com echo done ssh -oStrictHostKeyChecking=no kovidgoyal,calibre@frs.sourceforge.net diff --git a/setup/hosting.py b/setup/hosting.py index 462c0f9ac1..b18ebe8abf 100644 --- a/setup/hosting.py +++ b/setup/hosting.py @@ -509,7 +509,7 @@ def upload_to_servers(files, version): # {{{ def upload_to_dbs(files, version): # {{{ print('Uploading to fosshub.com') sys.stdout.flush() - server = 'mirror1.fosshub.com' + server = 'mirror10.fosshub.com' rdir = 'release/' check_call(['ssh', 'kovid@%s' % server, 'rm -f release/*']) for x in files: