dongjoon-hyun opened a new pull request, #57174: URL: https://github.com/apache/spark/pull/57174
### What changes were proposed in this pull request? Add the missing `--no-auth-cache` flag to two credentialed `svn` commands in the `finalize` step of `dev/create-release/release-build.sh`: the `svn ci` for the KEYS file sync and the `svn rm` for removing the older release. ### Why are the changes needed? All other `svn` commands using `--username`/`--password` in this script already pass `--no-auth-cache`. Without it, these two commands could leave the ASF password cached in plaintext under `~/.subversion/auth`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually reviewed. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5 -- 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]
