mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3e98673a49
commit
4df22d9107
@ -255,7 +255,7 @@ class UploadToServer(Command): # {{{
|
||||
upload_signatures()
|
||||
check_call('gpg --armor --detach-sign dist/calibre-*.tar.xz', shell=True)
|
||||
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 /usr/local/bin/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())
|
||||
# }}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user