Change fosshub mirror used for uploading.

This commit is contained in:
Kovid Goyal 2014-07-30 14:54:16 +05:30
parent 6df650b1e9
commit 030a31efb9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: