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:
Kovid Goyal 2023-11-23 20:04:05 +05:30
parent 85a0056e6d
commit 320fb96bbd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -241,7 +241,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()
upload_to_fosshub() # upload_to_fosshub()
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)