Grant Henke has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/12310


Change subject: [build] Fix mini cluster binary relocation on Mac OS
......................................................................

[build] Fix mini cluster binary relocation on Mac OS

On Mac OS the ssl libs like `libssl.1.0.0.dylib` are read only.
When relocate_binaries_for_mini_cluster.py tries to copy
these read only libs, the build fails because the file
already exists and cannot be replaced.

This patch changes the copy_file method to ignore files
that already exist.

Change-Id: Ib653b175ba2d0e5563509aecac372c9829eca2f5
---
M build-support/relocate_binaries_for_mini_cluster.py
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/10/12310/1
--
To view, visit http://gerrit.cloudera.org:8080/12310
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib653b175ba2d0e5563509aecac372c9829eca2f5
Gerrit-Change-Number: 12310
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <[email protected]>

Reply via email to