Grant Henke has uploaded this change for review. ( 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 install_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 introduces a “kudu-download-complete” file that is used similarly to the patch level file, but indicates if the build was interrupted during the download/patch process. Last an unzip_to_source() function was added to support cases like rapid-json where the unzipped archive name does not match the expected source directory name. Change-Id: I34b5065ebaf09503b0dc6daf11b962f5a41f7d76 --- M thirdparty/download-thirdparty.sh 1 file changed, 215 insertions(+), 208 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/15/9715/1 -- 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: newchange Gerrit-Change-Id: I34b5065ebaf09503b0dc6daf11b962f5a41f7d76 Gerrit-Change-Number: 9715 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
