thisisnic opened a new pull request, #47982: URL: https://github.com/apache/arrow/pull/47982
### Rationale for this change R binary CI jobs already create `.sha512` checksum files, but the upload script was signing and checksumming them again, creating redundant `.sha512.asc` and `.sha512.sha512` files. ### What changes are included in this PR? Skip signing and checksumming for files that already end in `.sha512`. ### Are these changes tested? Reviewed manually. The bash pattern matching correctly identifies and skips `.sha512` files. ### Are there any user-facing changes? No. This only reduces redundant files in release artifacts. -- 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]
