mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change fosshub mirror used for uploading.
This commit is contained in:
parent
6df650b1e9
commit
030a31efb9
@ -57,6 +57,6 @@ SSH into sourceforge and downloadbestsoftware so that their host keys are
|
|||||||
stored.
|
stored.
|
||||||
|
|
||||||
ssh -oStrictHostKeyChecking=no files.calibre-ebook.com echo done (and whatever other mirrors are present)
|
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
|
ssh -oStrictHostKeyChecking=no kovidgoyal,calibre@frs.sourceforge.net
|
||||||
|
|
||||||
|
@ -509,7 +509,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')
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
server = 'mirror1.fosshub.com'
|
server = 'mirror10.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