This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 5b5e511044 Build/Release: fix RAT command (#15194)
5b5e511044 is described below
commit 5b5e51104429ae02be770449370a02f9794ee99b
Author: Kevin Liu <[email protected]>
AuthorDate: Sat Jan 31 12:17:21 2026 -0500
Build/Release: fix RAT command (#15194)
* fix rat command
* include venv created by uv for site/ and open-api/
* new line
---
dev/.rat-excludes | 1 +
dev/check-license | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev/.rat-excludes b/dev/.rat-excludes
index 4c02a40f04..52a8007235 100644
--- a/dev/.rat-excludes
+++ b/dev/.rat-excludes
@@ -28,3 +28,4 @@ sitemap.xml
**/derby.log
.python-version
**/*_index.md
+**/.venv/**
diff --git a/dev/check-license b/dev/check-license
index b8bbbc96a4..afbe5e9898 100755
--- a/dev/check-license
+++ b/dev/check-license
@@ -69,7 +69,7 @@ mkdir -p "$FWDIR"/lib
$java_cmd -jar "$rat_jar" \
--input-exclude-file "$FWDIR"/dev/.rat-excludes \
- --input-exclude-std GIT IDEA MAC -- \
+ --input-exclude-std GIT IDEA MAC \
--input-include-std HIDDEN_DIR \
--output-style missing-headers \
--log-level ERROR \