From e39e6369b4bc31bf3dc534a02d03e649c250e3d7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 19 Jan 2015 09:07:25 +0530 Subject: [PATCH] Forgot to update the separate main server --- setup/upload.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/upload.py b/setup/upload.py index 622e37c58c..e419bc8b3b 100644 --- a/setup/upload.py +++ b/setup/upload.py @@ -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 {{{