This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.18.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit dd69f2f81794db3189c9daee278103a1ee2a9c7d Author: Alexey Serbin <[email protected]> AuthorDate: Tue Jan 21 23:01:19 2025 -0800 [thirdparty] fix indentation in download-thirdparty.sh This micro-patch addresses review feedback from [1]. There are no functional modifications in this changelist. [1] https://gerrit.cloudera.org/#/c/22279/3/thirdparty/download-thirdparty.sh@498 Change-Id: I9bae83fa4e6da1ff49e917d01577a72b36f8eb18 Reviewed-on: http://gerrit.cloudera.org:8080/22366 Reviewed-by: Ashwani Raina <[email protected]> Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> (cherry picked from commit 0edf6c9686f1784f16d218f41e0e68ff2e94f45d) Reviewed-on: http://gerrit.cloudera.org:8080/22382 Reviewed-by: Zoltan Chovan <[email protected]> --- thirdparty/download-thirdparty.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/thirdparty/download-thirdparty.sh b/thirdparty/download-thirdparty.sh index 51d99e8c0..26c364651 100755 --- a/thirdparty/download-thirdparty.sh +++ b/thirdparty/download-thirdparty.sh @@ -486,21 +486,21 @@ fetch_and_patch \ JWT_CPP_PATCHLEVEL=0 fetch_and_patch \ - $JWT_CPP_NAME.tar.gz \ - $JWT_CPP_SOURCE \ - $JWT_CPP_PATCHLEVEL + $JWT_CPP_NAME.tar.gz \ + $JWT_CPP_SOURCE \ + $JWT_CPP_PATCHLEVEL RANGER_KMS_PATCHLEVEL=0 fetch_and_patch \ - $RANGER_KMS_NAME.tar.gz \ - $RANGER_KMS_SOURCE \ - $RANGER_KMS_PATCHLEVEL + $RANGER_KMS_NAME.tar.gz \ + $RANGER_KMS_SOURCE \ + $RANGER_KMS_PATCHLEVEL ROCKSDB_PATCHLEVEL=1 fetch_and_patch \ - $ROCKSDB_NAME.tar.gz \ - $ROCKSDB_SOURCE \ - $ROCKSDB_PATCHLEVEL \ + $ROCKSDB_NAME.tar.gz \ + $ROCKSDB_SOURCE \ + $ROCKSDB_PATCHLEVEL \ "patch -p1 < $TP_DIR/patches/rocksdb-gcc13.patch" echo "---------------"
