@@ -419,7 +419,7 @@ For license checks, the .rat-excludes files is included, so you can run the foll
419419
420420tar -xvf airflow-chart-${VERSION}-source.tar.gz
421421cd airflow-chart-${VERSION}
422- java -jar apache-rat-0.13 .jar chart -E .rat-excludes
422+ java -jar apache-rat-0.18 .jar chart -E .rat-excludes
423423
424424Please note that the version number excludes the \` rcX\` string, so it's now
425425simply ${VERSION}. This will allow us to rename the artifact without modifying
@@ -550,10 +550,10 @@ cd ${SVN_REPO_ROOT}/dev/airflow/helm-chart/${VERSION_RC}
550550You can run this command to do it for you (including checksum verification for your own security) :
551551
552552` ` ` shell script
553- # Checksum value is taken from https://downloads.apache.org/creadur/apache-rat-0.17 /apache-rat-0.17 -bin.tar.gz.sha512
554- wget -q https://archive.apache.org/dist/creadur/apache-rat-0.17 /apache-rat-0.17 -bin.tar.gz -O /tmp/apache-rat-0.17 -bin.tar.gz
555- echo "32848673dc4fb639c33ad85172dfa9d7a4441a0144e407771c9f7eb6a9a0b7a9b557b9722af968500fae84a6e60775449d538e36e342f786f20945b1645294a0 /tmp/apache-rat-0.17 -bin.tar.gz" | sha512sum -c -
556- tar -xzf /tmp/apache-rat-0.17 -bin.tar.gz -C /tmp
553+ # Checksum value is taken from https://downloads.apache.org/creadur/apache-rat-0.18 /apache-rat-0.18 -bin.tar.gz.sha512
554+ wget -q https://archive.apache.org/dist/creadur/apache-rat-0.18 /apache-rat-0.18 -bin.tar.gz -O /tmp/apache-rat-0.18 -bin.tar.gz
555+ echo "32848673dc4fb639c33ad85172dfa9d7a4441a0144e407771c9f7eb6a9a0b7a9b557b9722af968500fae84a6e60775449d538e36e342f786f20945b1645294a0 /tmp/apache-rat-0.18 -bin.tar.gz" | sha512sum -c -
556+ tar -xzf /tmp/apache-rat-0.18 -bin.tar.gz -C /tmp
557557` ` `
558558
559559* Unpack the release source archive (the `<package + version>-source.tar.gz` file) to a folder
@@ -565,15 +565,15 @@ rm -rf /tmp/apache/airflow-helm-chart-src && mkdir -p /tmp/apache/airflow-helm-c
565565
566566` ` ` shell
567567cp ${AIRFLOW_REPO_ROOT}/.rat-excludes /tmp/apache/airflow-helm-chart-src/.rat-excludes
568- java -jar /tmp/apache-rat-0.17 /apache-rat-0.17 .jar --input-exclude-file /tmp/apache/airflow-helm-chart-src/.rat-excludes /tmp/apache/airflow-helm-chart-src/ | grep -E "! |INFO: "
568+ java -jar /tmp/apache-rat-0.18 /apache-rat-0.18 .jar --input-exclude-file /tmp/apache/airflow-helm-chart-src/.rat-excludes /tmp/apache/airflow-helm-chart-src/ | grep -E "! |INFO: "
569569` ` `
570570
571571where `.rat-excludes` is the file in the root of Chart source code.
572572
573573You should see no files reported as Unknown or with wrong licence and summary of the check similar to :
574574
575575` ` `
576- INFO: Apache Creadur RAT 0.17 (Apache Software Foundation)
576+ INFO: Apache Creadur RAT 0.18 (Apache Software Foundation)
577577INFO: Excluding patterns: .git-blame-ignore-revs, .github/*, .git ...
578578INFO: Excluding MISC collection.
579579INFO: Excluding HIDDEN_DIR collection.
0 commit comments