This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.8 by this push:
new 3ab63857dc [#6834] fix(release-build): wrong path of license + notice
bin files (#6846)
3ab63857dc is described below
commit 3ab63857dcfd16967a5d898bc94cb658fdbde1ae
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 3 11:32:58 2025 -0700
[#6834] fix(release-build): wrong path of license + notice bin files (#6846)
### What changes were proposed in this pull request?
Set correct path to
[LICENSE.bin](https://github.com/apache/gravitino/blob/main/web/web/LICENSE.bin)
and
[NOTICE.bin](https://github.com/apache/gravitino/blob/main/web/web/NOTICE.bin)
files in release-build.sh
### Why are the changes needed?
The two bin files weren't removed after the build.
Fix: #6834
### Does this PR introduce _any_ user-facing change?
_None_
### How was this patch tested?
Not necessary, you can see where the files are just by browsing them.
Co-authored-by: AndreVale69 <[email protected]>
---
dev/release/release-build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/release/release-build.sh b/dev/release/release-build.sh
index 4654a7881c..3e4ab9515c 100755
--- a/dev/release/release-build.sh
+++ b/dev/release/release-build.sh
@@ -207,8 +207,8 @@ if [[ "$1" == "package" ]]; then
rm -f gravitino-$GRAVITINO_VERSION-src/NOTICE.rest
rm -f gravitino-$GRAVITINO_VERSION-src/LICENSE.trino
rm -f gravitino-$GRAVITINO_VERSION-src/NOTICE.trino
- rm -f gravitino-$GRAVITINO_VERSION-src/web/LICENSE.bin
- rm -f gravitino-$GRAVITINO_VERSION-src/web/NOTICE.bin
+ rm -f gravitino-$GRAVITINO_VERSION-src/web/web/LICENSE.bin
+ rm -f gravitino-$GRAVITINO_VERSION-src/web/web/NOTICE.bin
rm -f *.asc
tar cvzf gravitino-$GRAVITINO_VERSION-src.tar.gz --exclude
gravitino-$GRAVITINO_VERSION-src/.git gravitino-$GRAVITINO_VERSION-src