mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Do not upload to fosshub since it is currently down
This commit is contained in:
parent
14170fdcc4
commit
101d22f0b4
@ -148,7 +148,7 @@ class UploadInstallers(Command): # {{{
|
|||||||
upload_signatures()
|
upload_signatures()
|
||||||
check_call('ssh code /apps/update-calibre-version.py'.split())
|
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_dbs()
|
||||||
self.upload_to_github(opts.replace)
|
self.upload_to_github(opts.replace)
|
||||||
finally:
|
finally:
|
||||||
shutil.rmtree(tdir, ignore_errors=True)
|
shutil.rmtree(tdir, ignore_errors=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user