Re: [gentoo-dev] can't gpg sign with repoman, but can with git

2017-08-03 Thread Paweł Hajdan , Jr .
On 20/07/2017 11:38, Kristian Fiskerstrand wrote: > On 07/19/2017 09:24 PM, Paweł Hajdan, Jr. wrote: >> * 4 files being committed... >> error: gpg failed to sign the data >> fatal: failed to write commit object >> !!! Exiting on git (shell) error code: 128 > > you can increase gpg-agent logging

Re: [gentoo-dev] can't gpg sign with repoman, but can with git

2017-07-20 Thread Kristian Fiskerstrand
On 07/20/2017 10:16 AM, Kristian Fiskerstrand wrote: > What I have noticed with regards to git though, but not had time to > debug is that it seems to do something odd with regards to communicating > with the agent to begin with, and possibly spawns an own agent, at least > sufficiently confusing

Re: [gentoo-dev] can't gpg sign with repoman, but can with git

2017-07-20 Thread Kristian Fiskerstrand
On 07/19/2017 09:24 PM, Paweł Hajdan, Jr. wrote: > * 4 files being committed... > error: gpg failed to sign the data > fatal: failed to write commit object > !!! Exiting on git (shell) error code: 128 you can increase gpg-agent logging verbosity in gpg-agent.conf: log-file /home/user/my.log

Re: [gentoo-dev] can't gpg sign with repoman, but can with git

2017-07-20 Thread Kristian Fiskerstrand
On 07/20/2017 07:49 AM, Andrew Savchenko wrote: > Some pinentry issues imho if GPG_TTY makes it work, at least it was > when I hit that half a year ago with this suggested as a solution. It's > not a solution, it's a workaround, as users need to do something. This is a documented feature from

Re: [gentoo-dev] can't gpg sign with repoman, but can with git

2017-07-19 Thread Andrew Savchenko
On Thu, 20 Jul 2017 00:44:12 +0300 Mart Raudsepp wrote: > Ühel kenal päeval, K, 19.07.2017 kell 15:57, kirjutas Joshua Kinard: > > On 07/19/2017 15:43, Andrew Savchenko wrote: > > > On Wed, 19 Jul 2017 21:24:49 +0200 Paweł Hajdan, Jr. wrote: > > > > Hey folks, > > > > > > > > This is mysterious,

Re: [gentoo-dev] can't gpg sign with repoman, but can with git

2017-07-19 Thread Mart Raudsepp
Ühel kenal päeval, K, 19.07.2017 kell 15:57, kirjutas Joshua Kinard: > On 07/19/2017 15:43, Andrew Savchenko wrote: > > On Wed, 19 Jul 2017 21:24:49 +0200 Paweł Hajdan, Jr. wrote: > > > Hey folks, > > > > > > This is mysterious, and likely some issue with my setup, although > > > it > > > used to

Re: [gentoo-dev] can't gpg sign with repoman, but can with git

2017-07-19 Thread Joshua Kinard
On 07/19/2017 15:43, Andrew Savchenko wrote: > On Wed, 19 Jul 2017 21:24:49 +0200 Paweł Hajdan, Jr. wrote: >> Hey folks, >> >> This is mysterious, and likely some issue with my setup, although it >> used to work. >> >> Trying tocommit with repoman commit (app-portage/repoman version 2.3.1) >>

Re: [gentoo-dev] can't gpg sign with repoman, but can with git

2017-07-19 Thread Andrew Savchenko
On Wed, 19 Jul 2017 21:24:49 +0200 Paweł Hajdan, Jr. wrote: > Hey folks, > > This is mysterious, and likely some issue with my setup, although it > used to work. > > Trying tocommit with repoman commit (app-portage/repoman version 2.3.1) > results in the following: > > * 4 files being

[gentoo-dev] can't gpg sign with repoman, but can with git

2017-07-19 Thread Paweł Hajdan , Jr .
Hey folks, This is mysterious, and likely some issue with my setup, although it used to work. Trying tocommit with repoman commit (app-portage/repoman version 2.3.1) results in the following: * 4 files being committed... error: gpg failed to sign the data fatal: failed to write commit object