From 320fb96bbd08b99afbf3de560f7950367d21c093 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 23 Nov 2023 20:04:05 +0530 Subject: [PATCH] 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. --- setup/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/upload.py b/setup/upload.py index a12974d9b8..d1f48e58d5 100644 --- a/setup/upload.py +++ b/setup/upload.py @@ -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)