mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 21:13:36 +02:00
Do not upload to fosshub since it is currently down
This commit is contained in:
parent
14170fdcc4
commit
101d22f0b4
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ def run(self, opts):
|
|||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue