Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24687
Change subject: KUDU-3788 download source archives by demand only ...................................................................... KUDU-3788 download source archives by demand only Prior changelist [1] introduced fetching source archives by demand in pre-built mode (USE_PREBUILT_THIRDPARTY=1). Meanwhile, in legacy (i.e. non-pre-built mode), all of the source archives would be still unconditionally downloaded. This changelist extends on-demand source archive fetching to the legacy mode as well. The download-thirdparty.sh can still be used to fetch, extract, patch and configure source code for all the 3rd-party components by when run as a stand-alone script. However, it's no longer used when running build-if-necessary.sh. [1] http://gerrit.cloudera.org:8080/24673 (git hash 1d9153c24) Change-Id: I51a1822070f6e37726e4efd53ba5e536c9eb8fb9 --- M thirdparty/build-if-necessary.sh M thirdparty/download-thirdparty.sh M thirdparty/fetch-utils.sh 3 files changed, 19 insertions(+), 20 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/87/24687/1 -- To view, visit http://gerrit.cloudera.org:8080/24687 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I51a1822070f6e37726e4efd53ba5e536c9eb8fb9 Gerrit-Change-Number: 24687 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
