mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 10:43:19 +02:00
...
This commit is contained in:
parent
d4afa232cd
commit
e43311f7db
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class Rsync(Command):
|
|||
|
||||
description = 'Sync source tree from development machine'
|
||||
|
||||
SYNC_CMD = ('rsync -avz --del --exclude src/calibre/plugins '
|
||||
SYNC_CMD = ('rsync -avz --delete --exclude src/calibre/plugins '
|
||||
'--exclude src/calibre/manual --exclude src/calibre/trac '
|
||||
'--exclude .bzr --exclude .build --exclude .svn --exclude build --exclude dist '
|
||||
'--exclude "*.pyc" --exclude "*.pyo" --exclude "*.swp" --exclude "*.swo" '
|
||||
|
|
|
|||
Loading…
Reference in a new issue