mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Forgot to update the separate main server
This commit is contained in:
parent
55c8783da9
commit
e39e6369b4
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ def run(self, opts):
|
|||
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…
Reference in a new issue