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

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

commit ef8d6cf548c1937bea17a3d8864ddd43da6b0628
Author: root <[email protected]>
AuthorDate: Thu Oct 3 18:26:49 2024 -0700

    [build] Fix RAT issue reported
    
    Update rat_exclude_files.txt to fix theissue reported by
    RAT (Release Audit Tool).
    
    Change-Id: I0cd3084fd192f55084356970c9251f2f298b6413
    Reviewed-on: http://gerrit.cloudera.org:8080/21884
    Reviewed-by: Alexey Serbin <[email protected]>
    Tested-by: Kudu Jenkins
    Reviewed-by: Marton Greber <[email protected]>
    (cherry picked from commit bbcb8b36f0c0d7abacb7245d1e540a303b60b4f7)
    Reviewed-on: http://gerrit.cloudera.org:8080/21888
    Tested-by: Abhishek Chennaka <[email protected]>
---
 build-support/release/rat_exclude_files.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-support/release/rat_exclude_files.txt 
b/build-support/release/rat_exclude_files.txt
index 195c2938d..3a1335c93 100644
--- a/build-support/release/rat_exclude_files.txt
+++ b/build-support/release/rat_exclude_files.txt
@@ -45,6 +45,7 @@ python/MANIFEST.in
 python/README.md
 python/pytest.ini
 python/requirements.txt
+python/requirements_dev.txt
 python/setup.cfg
 python/version.txt
 src/kudu/client/symbols.map

Reply via email to