Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24673 )
Change subject: KUDU-3788 do not unconditionally fetch all source archives ...................................................................... KUDU-3788 do not unconditionally fetch all source archives With this changelist, 3rd-party build no longer fetches unneeded source archives in pre-built mode (USE_PREBUILT_THIRDPARTY=1): now the source archive for a component is fetched only when building the component from scratch. For legacy non-pre-build mode, the behavior is left as before, i.e. all the source archives are fetched, extracted, and patched when running build-if-necessary.sh Change-Id: I1551fdc2e912f528a0111fcc1098bb608d3887fc Reviewed-on: http://gerrit.cloudera.org:8080/24673 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M thirdparty/build-definitions.sh M thirdparty/download-thirdparty.sh M thirdparty/fetch-utils.sh M thirdparty/prebuilt-utils.sh 4 files changed, 108 insertions(+), 231 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24673 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1551fdc2e912f528a0111fcc1098bb608d3887fc Gerrit-Change-Number: 24673 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
