Skip to content

Commit d652899

Browse files
authored
Fix formatting of commands to download RAT and unpacking it (apache#57327)
1 parent f6a1637 commit d652899

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/README_RELEASE_AIRFLOW.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,12 @@ uv run check_files.py task-sdk -v ${TASK_SDK_VERSION} -p ${PATH_TO_SVN}/task-sdk
763763
This can be done with the Apache RAT tool.
764764
765765
Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi (unpack the binary, the jar is inside)
766+
767+
You can run this command to do it for you:
768+
769+
```shell script
766770
wget -qO- https://dlcdn.apache.org//creadur/apache-rat-0.17/apache-rat-0.17-bin.tar.gz | gunzip | tar -C /tmp -xvf -
771+
```
767772
768773
Unpack the release source archive (the `<package + version>-source.tar.gz` file) to a folder
769774

0 commit comments

Comments
 (0)