Move mirror domain name to fosshub.com

This commit is contained in:
Kovid Goyal 2013-07-31 13:33:58 +05:30
parent f4283b20ba
commit 929fa49d7a
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Services
SSH into sourceforge and downloadbestsoftware so that their host keys are SSH into sourceforge and downloadbestsoftware so that their host keys are
stored. 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 kovidgoyal,calibre@frs.sourceforge.net
ssh -oStrictHostKeyChecking=no files.calibre-ebook.com (and whatever other mirrors are present) ssh -oStrictHostKeyChecking=no files.calibre-ebook.com (and whatever other mirrors are present)

View File

@ -508,7 +508,7 @@ def upload_to_servers(files, version): # {{{
def upload_to_dbs(files, version): # {{{ def upload_to_dbs(files, version): # {{{
print('Uploading to fosshub.com') print('Uploading to fosshub.com')
server = 'www.downloadbestsoft-mirror1.com' server = 'mirror1.fosshub.com'
rdir = 'release/' rdir = 'release/'
check_call(['ssh', 'kovid@%s' % server, 'rm -f release/*']) check_call(['ssh', 'kovid@%s' % server, 'rm -f release/*'])
for x in files: for x in files: