We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a1637 commit d652899Copy full SHA for d652899
dev/README_RELEASE_AIRFLOW.md
@@ -763,7 +763,12 @@ uv run check_files.py task-sdk -v ${TASK_SDK_VERSION} -p ${PATH_TO_SVN}/task-sdk
763
This can be done with the Apache RAT tool.
764
765
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
770
wget -qO- https://dlcdn.apache.org//creadur/apache-rat-0.17/apache-rat-0.17-bin.tar.gz | gunzip | tar -C /tmp -xvf -
771
+```
772
773
Unpack the release source archive (the `<package + version>-source.tar.gz` file) to a folder
774
0 commit comments