You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "RyanSkraba (via GitHub)" <gi...@apache.org> on 2023/09/17 09:31:19 UTC

[GitHub] [avro] RyanSkraba opened a new pull request, #2498: AVRO-3858: Configure the build signing script

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-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] RyanSkraba merged pull request #2498: AVRO-3858: Configure the build signing script

Posted by "RyanSkraba (via GitHub)" <gi...@apache.org>.
RyanSkraba merged PR #2498:
URL: https://github.com/apache/avro/pull/2498


-- 
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-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org