Jean-Daniel Cryans has submitted this change and it was merged. Change subject: Improvements to download-thirdparty.sh for low bandwidth connections ......................................................................
Improvements to download-thirdparty.sh for low bandwidth connections When internet bandwidth is harder to come by than disk space, it's nice to have an option to keep thirdparty archives around instead of re-downloading them all the time. By setting the NO_REMOVE_THIRDPARTY_ARCHIVES environment variable, the downloaded source tarballs for thirdparty will not be removed and will be reused the next time download-thirdparty.sh attempts to fetch the artifact. If the artifact is corrupted, it is removed and the script attempts to re-download it. This retry only happens once. Change-Id: I1c7ca6994d2c0251676ebe1397cf4fccfb1d59f9 Reviewed-on: http://gerrit.cloudera.org:8080/2122 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M thirdparty/download-thirdparty.sh 1 file changed, 40 insertions(+), 12 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2122 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1c7ca6994d2c0251676ebe1397cf4fccfb1d59f9 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
