This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a commit to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/branch-1.17.x by this push:
     new 4a7700bdc Unify patch file names to avoid RAT issue
4a7700bdc is described below

commit 4a7700bdcff2bf2afe4e46efdb8874484fd66b86
Author: Yingchun Lai <[email protected]>
AuthorDate: Fri Aug 25 23:01:54 2023 +0800

    Unify patch file names to avoid RAT issue
    
    Patch files should be named as *.patch to be excluded
    correctly when run Apache RAT tool.
    
    The exclude rule is descripted as thirdparty/patches/*.patch
    in build-support/release/rat_exclude_files.txt.
    
    Change-Id: I39449abcdbdaa698069395ab63b34495968dd1c4
    Reviewed-on: http://gerrit.cloudera.org:8080/20423
    Reviewed-by: Alexey Serbin <[email protected]>
    Tested-by: Kudu Jenkins
    (cherry picked from commit 092a0ef03b662d4d744eb3557f707cf9f0aba088)
    Reviewed-on: http://gerrit.cloudera.org:8080/20424
    Tested-by: Yingchun Lai <[email protected]>
---
 thirdparty/download-thirdparty.sh                                       | 2 +-
 .../{llvm-ignore-flto-values.diff => llvm-ignore-flto-values.patch}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/download-thirdparty.sh 
b/thirdparty/download-thirdparty.sh
index d957274e4..331a3fef8 100755
--- a/thirdparty/download-thirdparty.sh
+++ b/thirdparty/download-thirdparty.sh
@@ -340,7 +340,7 @@ fetch_and_patch \
  "patch -d projects -p1 < 
$TP_DIR/patches/llvm-remove-cyclades-inclusion-in-sanitizer.patch" \
  "patch -p2 < $TP_DIR/patches/llvm-fix-missing-include.patch" \
  "patch -d projects -p1 < 
$TP_DIR/patches/llvm-Sanitizer-built-against-glibc-2_34-doesnt-work.patch" \
- "patch -d tools -p1 < $TP_DIR/patches/llvm-ignore-flto-values.diff"
+ "patch -d tools -p1 < $TP_DIR/patches/llvm-ignore-flto-values.patch"
 
 LZ4_PATCHLEVEL=0
 fetch_and_patch \
diff --git a/thirdparty/patches/llvm-ignore-flto-values.diff 
b/thirdparty/patches/llvm-ignore-flto-values.patch
similarity index 100%
rename from thirdparty/patches/llvm-ignore-flto-values.diff
rename to thirdparty/patches/llvm-ignore-flto-values.patch

Reply via email to