Stop uploading to sourceforge

This commit is contained in:
Kovid Goyal 2015-07-17 07:58:00 +05:30
parent 98a65cca6c
commit 458276eb30

View File

@ -139,7 +139,7 @@ class UploadInstallers(Command): # {{{
if opts.replace:
upload_signatures()
check_call('ssh code /apps/update-calibre-version.py'.split())
self.upload_to_sourceforge()
# self.upload_to_sourceforge()
self.upload_to_dbs()
self.upload_to_github(opts.replace)
finally: