Hello Mike Percy, Brian McDevitt, Kudu Jenkins, Adar Dembo,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/12310

to look at the new patch set (#2).

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 ensure copied
files have 755 permissions. Additionally it clears the artifact
root on every run to ensure old files are not left behind.

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


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/10/12310/2
--
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: newpatchset
Gerrit-Change-Id: Ib653b175ba2d0e5563509aecac372c9829eca2f5
Gerrit-Change-Number: 12310
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Brian McDevitt <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mike Percy <[email protected]>

Reply via email to