This commit is contained in:
Kovid Goyal 2013-05-29 14:58:25 +05:30
parent b3b7dad23f
commit aa1a7fc2a7

View File

@ -234,7 +234,7 @@ class UploadToServer(Command): # {{{
shell=True) shell=True)
check_call('scp dist/calibre-*.tar.xz.asc divok:%s/signatures/'%DOWNLOADS, check_call('scp dist/calibre-*.tar.xz.asc divok:%s/signatures/'%DOWNLOADS,
shell=True) shell=True)
check_call('ssh divok bzr update /usr/local/calibre', check_call('ssh divok /usr/local/bin/update-calibre',
shell=True) shell=True)
check_call('''ssh divok echo %s \\> %s/latest_version'''\ check_call('''ssh divok echo %s \\> %s/latest_version'''\
%(__version__, DOWNLOADS), shell=True) %(__version__, DOWNLOADS), shell=True)