mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 22:53:12 +02:00
...
This commit is contained in:
parent
15c87a19d5
commit
7fc33c08f4
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def run(self, opts):
|
|||
r'Owner@winxp:/cygdrive/c/Documents\ and\ Settings/Owner/calibre':'winxp',
|
||||
'kovid@ox:calibre':None,
|
||||
r'kovid@win7:/cygdrive/c/Users/kovid/calibre':'Windows 7',
|
||||
'kovid@win7-64:calibre-src':None,
|
||||
'kovid@win7-x64:calibre-src':'win7-x64',
|
||||
}.iteritems():
|
||||
if vmname is None or is_vm_running(vmname):
|
||||
rcmd = BASE_RSYNC + EXCLUDES + ['.', host]
|
||||
|
|
|
|||
Loading…
Reference in a new issue