To use "--delay-updates" for rsync for atomic sync
authorJF Ding <jian-feng.ding@intel.com>
Fri, 15 Aug 2014 11:18:07 +0000 (19:18 +0800)
committerEduard Bartosh <eduard.bartosh@intel.com>
Tue, 23 Sep 2014 10:10:22 +0000 (13:10 +0300)
commitf8f6eb7ed7d824935abf9a5e69a6cd054872a537
tree2c449915057bfb9e99de447131374c27e4d3aa3b
parent5dc1a7f7c1b98d34922ad583aa661354c6871af0
To use "--delay-updates" for rsync for atomic sync

Sometime, the users noticed the images in download server have wrong
md5sum and cannot boot. It's possible it's a partial downloaded file,
caused by atomic rsyncing problem. This rsync command line option
will help it.

Change-Id: I9ef2344cd01594fb33080feaaa193714cb4a5570
Signed-off-by: JF Ding <jian-feng.ding@intel.com>
common/utils.py