Alexey Serbin has submitted this change and it was merged. Change subject: thirdparty: fix a missing popd in cmake download ......................................................................
thirdparty: fix a missing popd in cmake download We were forgetting to popd back out of the cmake directory, which would cause other artifacts (eg snappy) to get downloaded to the wrong place, and then fail to expand. Change-Id: Ia2a68baae417c117081ab91e63b10cdb20e095e3 Reviewed-on: http://gerrit.cloudera.org:8080/5911 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M thirdparty/download-thirdparty.sh 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5911 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia2a68baae417c117081ab91e63b10cdb20e095e3 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins
