sbp commented on issue #311:
URL:
https://github.com/apache/tooling-trusted-releases/issues/311#issuecomment-3533226875
We already exempt convenience packages from RAT checking:
```
if await recorder.primary_path_is_binary():
log.info(f"Skipping RAT check for binary artifact
{artifact_abs_path} (rel: {args.primary_rel_path})")
return None
```
But we call convenience packages "binary packages". The UI for this is the
"*Binary artifact paths*" form field on your project page:
https://release-test.apache.org/projects/airflow-providers
The syntax for the field is the same as `.gitignore` files, so you should be
able to craft patterns which match the range of actual convenience packages
that you produce.
Please let me know if this is sufficient enough that this issue can be
closed.
--
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]