You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2022/07/31 17:08:00 UTC

[jira] [Updated] (AVRO-3592) [C#] New packages are not included in the build distribution

     [ https://issues.apache.org/jira/browse/AVRO-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Skraba updated AVRO-3592:
------------------------------
    Summary: [C#] New packages are not included in the build distribution  (was: [build] Signing artifacts in docker fails with "no pinentry")

> [C#] New packages are not included in the build distribution
> ------------------------------------------------------------
>
>                 Key: AVRO-3592
>                 URL: https://issues.apache.org/jira/browse/AVRO-3592
>             Project: Apache Avro
>          Issue Type: New Feature
>            Reporter: Ryan Skraba
>            Assignee: Ryan Skraba
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> It's difficult to sign artifacts in docker, both for specifying the correct GPG key to use (if more than one is installed), and because of the following error message:
> {{gpg: signing failed: No pinentry}}
> The solution is to sign the files outside of the docker, or to use the ubertool with the following changes to the build command: 
> {{gpg --local-user=B0CCBDD6 --batch --pinentry-mode loopback --passphrase "$password" ...}}
> (note that {{B0CCBDD6}} refers to my GPG public key: https://people.apache.org/keys/committer/rskraba.asc)



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