mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot to update the separate main server
This commit is contained in:
parent
55c8783da9
commit
e39e6369b4
@ -257,6 +257,7 @@ class UploadToServer(Command): # {{{
|
||||
check_call('scp dist/calibre-*.tar.xz.asc code:/srv/code/signatures/', shell=True)
|
||||
check_call('ssh code /etc/cron.hourly/update-calibre-code.py'.split())
|
||||
check_call(('ssh code /apps/update-calibre-version.py ' + __version__).split())
|
||||
check_call('ssh main /usr/local/bin/update-calibre-code.py && /apps/static/generate.py'.split())
|
||||
# }}}
|
||||
|
||||
# Testing {{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user