From 929fa49d7a6b2195d1452a921f67667d57c480ad Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 Jul 2013 13:33:58 +0530 Subject: [PATCH] Move mirror domain name to fosshub.com --- 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 5b494cf066..ece966490c 100644 --- a/setup/file_hosting_servers.rst +++ b/setup/file_hosting_servers.rst @@ -46,7 +46,7 @@ Services SSH into sourceforge and downloadbestsoftware so that their host keys are stored. - ssh -oStrictHostKeyChecking=no kovid@www.downloadbestsoft-mirror1.com + ssh -oStrictHostKeyChecking=no kovid@mirror1.fosshub.com ssh -oStrictHostKeyChecking=no kovidgoyal,calibre@frs.sourceforge.net ssh -oStrictHostKeyChecking=no files.calibre-ebook.com (and whatever other mirrors are present) diff --git a/setup/hosting.py b/setup/hosting.py index 273da37706..7d16354bd4 100644 --- a/setup/hosting.py +++ b/setup/hosting.py @@ -508,7 +508,7 @@ def upload_to_servers(files, version): # {{{ def upload_to_dbs(files, version): # {{{ print('Uploading to fosshub.com') - server = 'www.downloadbestsoft-mirror1.com' + server = 'mirror1.fosshub.com' rdir = 'release/' check_call(['ssh', 'kovid@%s' % server, 'rm -f release/*']) for x in files: