Skip to content

Commit adf51bb

Browse files
authored
GH-497: [Dev] Use apache-arrow-java.tar.gz for RAT (#498)
Fixes GH-497.
1 parent 3440633 commit adf51bb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
.settings/
1414
/*-build/
1515
/.mvn/.develocity/
16+
/apache-arrow-java.tar.gz
1617
/build/
1718
/dev/release/apache-rat-0.16.1.jar
1819
/dev/release/filtered_rat.txt

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ repos:
3333
entry: |
3434
bash -c " \
3535
git archive HEAD \
36-
--prefix=apache-arrow-go/ \
37-
--output=apache-arrow-go.tar.gz && \
38-
dev/release/run_rat.sh apache-arrow-go.tar.gz"
36+
--prefix=apache-arrow-java/ \
37+
--output=apache-arrow-java.tar.gz && \
38+
dev/release/run_rat.sh apache-arrow-java.tar.gz"
3939
always_run: true
4040
pass_filenames: false
4141
- repo: https://github.com/koalaman/shellcheck-precommit

0 commit comments

Comments
 (0)