From 101d22f0b4e0b2e700075eb812222444902b9362 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Aug 2016 09:37:04 +0530 Subject: [PATCH] Do not upload to fosshub since it is currently down --- setup/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/upload.py b/setup/upload.py index f81ff9dbbd..96cc0c0b48 100644 --- a/setup/upload.py +++ b/setup/upload.py @@ -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)