RyanSkraba opened a new pull request, #2498: URL: https://github.com/apache/avro/pull/2498
## What is the purpose of the change When signing artifacts for a release in docker, the user will see: ``` + set +x Enter password: gpg: using "MY_DEFAULT_KEY" as default secret key for signing gpg: signing failed: No pinentry gpg: signing failed: No pinentry ``` Adding --local-user and --pinentry-mode for signing releases allows the tool to be run in a docker container, and allows a key other than the default to be used. ## Verifying this change This change is a trivial rework without any test coverage, but can be verified manually by building a distribution and signing the artifacts in the docker: ``` GPG_LOCAL_USER=B0CCBDD6 ./build.sh sign ``` ## Documentation - Does this pull request introduce a new feature? (yes) - If yes, how is the feature documented? The Wiki "How to release page" -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org