mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
No longer upload source to my server as the bandwidth requirements are too high
This commit is contained in:
parent
a5ae76b4a5
commit
23fa68ce8a
@ -43,7 +43,7 @@ class Stage3(Command):
|
|||||||
|
|
||||||
description = 'Stage 3 of the publish process'
|
description = 'Stage 3 of the publish process'
|
||||||
sub_commands = ['upload_user_manual', 'upload_demo', 'sdist',
|
sub_commands = ['upload_user_manual', 'upload_demo', 'sdist',
|
||||||
'upload_to_google_code', 'upload_to_sourceforge',
|
'upload_to_sourceforge', 'upload_to_google_code',
|
||||||
'tag_release', 'upload_to_server',
|
'tag_release', 'upload_to_server',
|
||||||
'upload_to_mobileread',
|
'upload_to_mobileread',
|
||||||
]
|
]
|
||||||
|
@ -324,7 +324,7 @@ class UploadToServer(Command):
|
|||||||
|
|
||||||
def run(self, opts):
|
def run(self, opts):
|
||||||
check_call('ssh divok rm -f %s/calibre-\*.tar.gz'%DOWNLOADS, shell=True)
|
check_call('ssh divok rm -f %s/calibre-\*.tar.gz'%DOWNLOADS, shell=True)
|
||||||
check_call('scp dist/calibre-*.tar.gz divok:%s/'%DOWNLOADS, shell=True)
|
#check_call('scp dist/calibre-*.tar.gz divok:%s/'%DOWNLOADS, shell=True)
|
||||||
check_call('gpg --armor --detach-sign dist/calibre-*.tar.gz',
|
check_call('gpg --armor --detach-sign dist/calibre-*.tar.gz',
|
||||||
shell=True)
|
shell=True)
|
||||||
check_call('scp dist/calibre-*.tar.gz.asc divok:%s/signatures/'%DOWNLOADS,
|
check_call('scp dist/calibre-*.tar.gz.asc divok:%s/signatures/'%DOWNLOADS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user