potiuk opened a new issue, #296: URL: https://github.com/apache/tooling-trusted-releases/issues/296
In our test sources package https://release-test.apache.org/report/airflow-ctl/0.1.0/apache_airflow_ctl-0.1.0-source.tar.gz We have a number of checks failing because of Licence and RAT check: <img width="5714" height="686" alt="Image" src="https://github.com/user-attachments/assets/14ee1e64-9ea2-4516-b40c-1dea6493f557" /> Whle some of them are I think legitimate (some of the files should be excluded from the sources and I need to fix those), I tnin some of them should be properly excluded by .rat-excludes Those .rat-excludes are NOT put at the .root level of those archive files - they are available in the "root folder" (apache-airflow-ctl-0.1.0/) and they apply to this folder recursively. For example we have: ``` # Front end generated files api-generated.ts openapi-gen pnpm-lock.yaml ``` in our .rat-excludes - so that should exclude all the files like: ``` /providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/queries/ensureQueryData.ts Rat Check Unknown license Failure ``` Or at least it excludes them when we run rat check on our sources unpacked to a folder Is there a mismatch somewher and the .rat-excludes that are part of the repo are not used? Or maybe they are expected to be in a root folder? Or maybe it's because of the mismatch in https://github.com/apache/tooling-trusted-releases/issues/294 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
