You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/09/19 19:04:00 UTC

[jira] [Commented] (AVRO-3858) [Build] Add some config to ./build.sh sign

    [ https://issues.apache.org/jira/browse/AVRO-3858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766908#comment-17766908 ] 

ASF subversion and git services commented on AVRO-3858:
-------------------------------------------------------

Commit 73752a404c63fdfc0b132d1be891f80d66b4dca8 in avro's branch refs/heads/master from Ryan Skraba
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=73752a404 ]

AVRO-3858: Configure the build signing script (#2498)



> [Build] Add some config to ./build.sh sign 
> -------------------------------------------
>
>                 Key: AVRO-3858
>                 URL: https://issues.apache.org/jira/browse/AVRO-3858
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: build
>            Reporter: Ryan Skraba
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When signing artifacts for a release in docker, the user will see:
> {code}
> + 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
> {code}
> 1) This might be because it wants to pop up a query for the user's key password?  In any case, we give the password on the command line, a pop-up isn't necessary.
> 2) MY_DEFAULT_KEY isn't the key that I use to sign apache releases (which is very temporarily only mounted during release signing).
> We should be able to configure the script with --local-user and --pinentry-mode for signing releases.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)