This is an automated email from the ASF dual-hosted git repository. laiyingchun pushed a commit to tag kudu-1.12.0-mdh1.0.0-4c2c075-centos-release in repository https://gitbox.apache.org/repos/asf/kudu.git
commit b30742f261044c9b6c460c4fc2449a66d8a731c4 Author: laiyingchun <[email protected]> AuthorDate: Thu Nov 22 19:28:06 2018 +0800 [build] do not remove thirdparty archives by default --- thirdparty/vars.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index f30380e..de6b295 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -25,6 +25,8 @@ fi TP_SOURCE_DIR="$TP_DIR/src" TP_BUILD_DIR="$TP_DIR/build" +NO_REMOVE_THIRDPARTY_ARCHIVES=1 + # This URL corresponds to the CloudFront Distribution for the S3 # bucket cloudera-thirdparty-libs which is directly accessible at # http://cloudera-thirdparty-libs.s3.amazonaws.com/
