Loading
scripts/vagrant: Use custom rsync cmdline
By default, vagrant executes rsync with --copy-links argument which instead of copying the actual symlink is actually copying the file given link points to. Since symlinks are part of the spdk repo, they need to be synced "as is" - when symlinks are replaced with actual regular files, git will report that as a typechange, messing up status checks that our tests perform. Change-Id: I72814547c3e876ab2adbc779159ca991f18cbe86 Signed-off-by:Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3375 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Maciej Wawryk <maciejx.wawryk@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Community-CI: Mellanox Build Bot