mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Move mirror domain name to fosshub.com
This commit is contained in:
parent
f4283b20ba
commit
929fa49d7a
@ -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)
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user