aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'slave/autotua/chroot/__init__.py')
-rw-r--r--slave/autotua/chroot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slave/autotua/chroot/__init__.py b/slave/autotua/chroot/__init__.py
index 915d803..07f41b2 100644
--- a/slave/autotua/chroot/__init__.py
+++ b/slave/autotua/chroot/__init__.py
@@ -123,7 +123,7 @@ class WorkChroot(object):
return False
self._clean_mounts()
# self.chroot.dir/ => rsync *contents* to self.dir
- syncer = sync.Syncer(uri=self.pristine.dir+"/", destdir=self.dir, scheme='rsync')
+ syncer = sync.Syncer(uri=self.pristine.dir+"/", destdir=self.dir, scheme='rsync-nc')
syncer.sync()
self._setup_mounts()
print "Work Chroot ready."