Fix bugs in rsync module
authorNikos Skalkotos <skalkoto@grnet.gr>
Mon, 31 Dec 2012 01:05:32 +0000 (03:05 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Mon, 31 Dec 2012 01:05:32 +0000 (03:05 +0200)
commitd15368cc7c6256a07c8a0987faaf3e6488c2c20a
treefa18c29f81be9bbe0f3c939bfb2d50dbf27c7cce
parentf3845095c7f8802c4dd40d7679e14831d7f70b59
Fix bugs in rsync module

 * Fix a bug where the parent process did not wait on the child
   processes.
 * Make sure that when updating the copy progress bar, at least
   0.1 seconds have passed. This guarantees that we do not experience
   any flickering in the progress bar.
image_creator/bundle_volume.py
image_creator/rsync.py