Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9715 )
Change subject: [build] Reduce the chances of a build abort corrupting the build ...................................................................... [build] Reduce the chances of a build abort corrupting the build Introduces the fetch_and_patch() function to download-thirdparty.sh and updates all the downloads to call this function. This ensures we always touch the patchlevel file last. Also added an unzip_to_source() function to support cases like rapidjson where the unzipped archive name does not match the expected source directory name. Change-Id: I34b5065ebaf09503b0dc6daf11b962f5a41f7d76 Reviewed-on: http://gerrit.cloudera.org:8080/9715 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M thirdparty/build-definitions.sh M thirdparty/download-thirdparty.sh 2 files changed, 204 insertions(+), 205 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9715 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I34b5065ebaf09503b0dc6daf11b962f5a41f7d76 Gerrit-Change-Number: 9715 Gerrit-PatchSet: 7 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
