Brock Noland has uploaded a new change for review. http://gerrit.cloudera.org:8080/3857
Change subject: build: Make 'download-thirdparty.sh' resilient to failure ...................................................................... build: Make 'download-thirdparty.sh' resilient to failure Many contributors work at home on flaky internet connections. This change does two things: - Use gtar on Mac, if available, as I've found it more resilient to failures than bsdtar. For example, I just spent 20 minutes debugging a build failure in cmake which was due to a truncated tar. - Exit if the script doesn't successfully extract a tar Change-Id: Ied07d236b1c9cd2eb78aef7ad372f8d835e09782 --- M thirdparty/download-thirdparty.sh 1 file changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/3857/1 -- To view, visit http://gerrit.cloudera.org:8080/3857 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ied07d236b1c9cd2eb78aef7ad372f8d835e09782 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Brock Noland <[email protected]>
