mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 01:56:40 +02:00
...
This commit is contained in:
parent
b3b7dad23f
commit
aa1a7fc2a7
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ def run(self, opts):
|
|||
shell=True)
|
||||
check_call('scp dist/calibre-*.tar.xz.asc divok:%s/signatures/'%DOWNLOADS,
|
||||
shell=True)
|
||||
check_call('ssh divok bzr update /usr/local/calibre',
|
||||
check_call('ssh divok /usr/local/bin/update-calibre',
|
||||
shell=True)
|
||||
check_call('''ssh divok echo %s \\> %s/latest_version'''\
|
||||
%(__version__, DOWNLOADS), shell=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue