mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont upload releases to fosshub anymore
A single alternate mirror provided by github is fine. FossHub requires users to go to a new page to get the actual download, which is slow and cumbersome.
This commit is contained in:
parent
85a0056e6d
commit
320fb96bbd
@ -241,7 +241,7 @@ class UploadInstallers(Command): # {{{
|
||||
upload_signatures()
|
||||
check_call('ssh code /apps/update-calibre-version.py'.split())
|
||||
# self.upload_to_sourceforge()
|
||||
upload_to_fosshub()
|
||||
# upload_to_fosshub()
|
||||
self.upload_to_github(opts.replace)
|
||||
finally:
|
||||
shutil.rmtree(tdir, ignore_errors=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user