mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 16:13:11 +02:00
Add getafix to push destinations
This commit is contained in:
parent
0415fb19dd
commit
bf003b8d1f
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
BASE_RSYNC = ['rsync', '-avz', '--delete', '--force']
|
||||
EXCLUDES = []
|
||||
for x in [
|
||||
'src/calibre/plugins', 'src/calibre/manual', 'src/calibre/trac',
|
||||
'src/calibre/plugins', 'manual',
|
||||
'.bzr', '.git', '.build', '.svn', 'build', 'dist', 'imgsrc', '*.pyc', '*.pyo', '*.swp',
|
||||
'*.swo', 'format_docs']:
|
||||
EXCLUDES.extend(['--exclude', x])
|
||||
|
|
@ -82,6 +82,7 @@ def run(self, opts):
|
|||
r'kovid@win7:/cygdrive/c/Users/kovid/calibre':'Windows 7',
|
||||
'kovid@win7-x64:calibre-src':'win7-x64',
|
||||
'kovid@tiny:calibre':None,
|
||||
'kovid@getafix:calibre-src':None,
|
||||
}.iteritems():
|
||||
threads[vmname or host] = thread = Thread(target=push, args=(host, vmname, available))
|
||||
thread.start()
|
||||
|
|
|
|||
Loading…
Reference in a new issue