Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13729 )
Change subject: thirdparty: fix build-if-necessary in tarballs pt 2 ...................................................................... thirdparty: fix build-if-necessary in tarballs pt 2 This is a follow-up to 428d175 to use `find` instead of `grep` since `grep` returns an exit code of 1 when the results set is empty. Without this, I couldn't build 1.10.0 RC2 since build-if-necessary.sh would exit with 1. Change-Id: Ic8ffbd69c3622669b73500efaacd4f4e21cfa77a Reviewed-on: http://gerrit.cloudera.org:8080/13729 Reviewed-by: Todd Lipcon <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins --- M thirdparty/build-if-necessary.sh 1 file changed, 1 insertion(+), 4 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/13729 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic8ffbd69c3622669b73500efaacd4f4e21cfa77a Gerrit-Change-Number: 13729 Gerrit-PatchSet: 2 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]>
