mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c59c6af1ee
commit
76c0a9b8b7
@ -111,7 +111,7 @@ def dbs_cmdline(ver):
|
|||||||
def run_remote_upload(args):
|
def run_remote_upload(args):
|
||||||
print 'Running remotely:', ' '.join(args)
|
print 'Running remotely:', ' '.join(args)
|
||||||
subprocess.check_call(['ssh', '-x', '%s@%s'%(STAGING_USER, STAGING_HOST),
|
subprocess.check_call(['ssh', '-x', '%s@%s'%(STAGING_USER, STAGING_HOST),
|
||||||
'cd', STAGING_DIR, '&&', 'python', 'hosting.py']+args)
|
'cd', STAGING_DIR, '&&', 'python2', 'hosting.py']+args)
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user