Do not upload to fosshub since it is currently down

This commit is contained in:
Kovid Goyal 2016-08-12 09:37:04 +05:30
parent 14170fdcc4
commit 101d22f0b4

View File

@ -148,7 +148,7 @@ class UploadInstallers(Command): # {{{
upload_signatures()
check_call('ssh code /apps/update-calibre-version.py'.split())
# self.upload_to_sourceforge()
self.upload_to_dbs()
# self.upload_to_dbs()
self.upload_to_github(opts.replace)
finally:
shutil.rmtree(tdir, ignore_errors=True)