No longer upload source to my server as the bandwidth requirements are too high

This commit is contained in:
Kovid Goyal 2011-02-04 12:26:55 -07:00
parent a5ae76b4a5
commit 23fa68ce8a
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class Stage3(Command):
description = 'Stage 3 of the publish process'
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',
'upload_to_mobileread',
]

View File

@ -324,7 +324,7 @@ class UploadToServer(Command):
def run(self, opts):
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',
shell=True)
check_call('scp dist/calibre-*.tar.gz.asc divok:%s/signatures/'%DOWNLOADS,