From b2eb51e169d920526fde7987f433f4167f6c5d5e Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Mon, 27 Oct 2025 13:29:08 +0530 Subject: [PATCH] [v3-1-test] Fix formatting of commands to download RAT and unpacking it (#57327) (cherry picked from commit d652899cdb537891bd510008a9ef334481731d10) Co-authored-by: Amogh Desai --- dev/README_RELEASE_AIRFLOW.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md index 50d05e57408bd..4aed6b4daa5ef 100644 --- a/dev/README_RELEASE_AIRFLOW.md +++ b/dev/README_RELEASE_AIRFLOW.md @@ -723,7 +723,12 @@ uv run check_files.py task-sdk -v ${TASK_SDK_VERSION} -p ${PATH_TO_SVN}/task-sdk This can be done with the Apache RAT tool. Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi (unpack the binary, the jar is inside) + +You can run this command to do it for you: + +```shell script wget -qO- https://dlcdn.apache.org//creadur/apache-rat-0.17/apache-rat-0.17-bin.tar.gz | gunzip | tar -C /tmp -xvf - +``` Unpack the release source archive (the `-source.tar.gz` file) to a folder