Skip to content

Commit b9ca4f5

Browse files
Merge 7a86ee0 into 87ae61d
2 parents 87ae61d + 7a86ee0 commit b9ca4f5

File tree

3 files changed

+33
-40
lines changed

3 files changed

+33
-40
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,13 @@ jobs:
3232
name: Release Audit Tool (RAT)
3333
runs-on: ubuntu-latest
3434
steps:
35-
- name: Checkout Arrow
36-
uses: actions/checkout@v2
37-
with:
38-
repository: apache/arrow
39-
submodules: true
40-
fetch-depth: 0
41-
- name: Checkout Arrow Rust
42-
uses: actions/checkout@v2
43-
with:
44-
path: rust
45-
fetch-depth: 0
35+
- uses: actions/checkout@v2
4636
- name: Setup Python
4737
uses: actions/setup-python@v1
4838
with:
4939
python-version: 3.8
50-
- name: Setup Archery
51-
run: pip install -e dev/archery[lint]
52-
- name: Lint
53-
run: archery lint --rat
40+
- name: Audit licenses
41+
run: ./dev/release/run-rat.sh .
5442

5543
prettier:
5644
name: Use prettier to check formatting of documents

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<!---
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
120
For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/arrow/blob/master/CHANGELOG.md)
221

322
# Changelog

dev/release/rat_exclude_files.txt

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
1-
*.npmrc
2-
*.gitignore
3-
.gitmodules
4-
*.csv
5-
*.json
6-
*.snap
7-
.github/ISSUE_TEMPLATE/*.md
8-
.github/pull_request_template.md
9-
CHANGELOG.md
10-
pax_global_header
11-
MANIFEST.in
12-
requirements.txt
13-
*.html
14-
*.sgml
15-
*.css
16-
*.png
17-
*.ico
18-
*.svg
19-
*.devhelp2
20-
*.scss
1+
venv/*
2+
testing/*
3+
target/*
4+
dev/release/rat_exclude_files.txt
5+
arrow/test/data/*
216
.gitattributes
22-
arrow/test/data/*.csv
23-
rust-toolchain
7+
**.gitignore
8+
.gitmodules
9+
Cargo.lock
10+
filtered_rat.txt
11+
rat.txt
12+
# auto-generated
2413
arrow-flight/src/arrow.flight.protocol.rs
25-
ballista/rust/benchmarks/tpch/queries/q*.sql
26-
ballista/rust/scheduler/testdata/*
27-
ballista/ui/scheduler/yarn.lock

0 commit comments

Comments
 (0)