This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new ea71183 Update instructions to download Apache RAT for license
verification (#14653)
ea71183 is described below
commit ea7118316660df43dd0ac0a5e72283fbdf5f2396
Author: Kaxil Naik <[email protected]>
AuthorDate: Mon Mar 8 20:10:19 2021 +0000
Update instructions to download Apache RAT for license verification (#14653)
The jar file for Apache RAT is inside the `apache-rat-0.13-bin.tar.gz`
instead of sources.
---
dev/README_RELEASE_AIRFLOW.md | 6 ++++--
dev/README_RELEASE_BACKPORT_PROVIDER_PACKAGES.md | 6 ++++--
dev/README_RELEASE_PROVIDER_PACKAGES.md | 6 ++++--
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 6edc0c2..5ac91bc 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -365,15 +365,17 @@ svn update .
This can be done with the Apache RAT tool.
-* Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi
(unpack the sources,
+* Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi
(unpack the binary,
the jar is inside)
-* Unpack the -source.tar.gz to a folder
+* Unpack the binary (`-bin.tar.gz`) to a folder
* Enter the folder and run the check (point to the place where you extracted
the .jar)
```shell script
java -jar ../../apache-rat-0.13/apache-rat-0.13.jar -E .rat-excludes -d .
```
+where `.rat-excludes` is the file in the root of Airflow source code.
+
## Signature check
Make sure you have the key of person signed imported in your GPG. You can find
the valid keys in
diff --git a/dev/README_RELEASE_BACKPORT_PROVIDER_PACKAGES.md
b/dev/README_RELEASE_BACKPORT_PROVIDER_PACKAGES.md
index 8770337..19bd58a 100644
--- a/dev/README_RELEASE_BACKPORT_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_BACKPORT_PROVIDER_PACKAGES.md
@@ -326,15 +326,17 @@ svn update .
This can be done with the Apache RAT tool.
-* Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi
(unpack the sources,
+* Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi
(unpack the binary,
the jar is inside)
-* Unpack the -source.tar.gz to a folder
+* Unpack the binary (`-bin.tar.gz`) to a folder
* Enter the folder and run the check (point to the place where you extracted
the .jar)
```shell script
java -jar ../../apache-rat-0.13/apache-rat-0.13.jar -E .rat-excludes -d .
```
+where `.rat-excludes` is the file in the root of Airflow source code.
+
### Signature check
Make sure you have the key of person signed imported in your GPG. You can find
the valid keys in
diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index 1b79d9b..cc34d3a 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -433,15 +433,17 @@ svn update .
This can be done with the Apache RAT tool.
-* Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi
(unpack the sources,
+* Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi
(unpack the binary,
the jar is inside)
-* Unpack the -source.tar.gz to a folder
+* Unpack the binary (`-bin.tar.gz`) to a folder
* Enter the folder and run the check (point to the place where you extracted
the .jar)
```shell script
java -jar ../../apache-rat-0.13/apache-rat-0.13.jar -E .rat-excludes -d .
```
+where `.rat-excludes` is the file in the root of Airflow source code.
+
### Signature check
Make sure you have the key of person signed imported in your GPG. You can find
the valid keys in