Gentoo Archives: gentoo-dev

From: Andrey Grozin <grozin@×××××××××××××××××.org>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] pkgdev commit and gpg-agent
Date: Mon, 01 Aug 2022 15:49:24
Message-Id: 845ab4b4-e61e-de31-af8-322e1c1b41c@woodpecker.gentoo.org
1 Hello *,
2
3 Sorry for a very naive question.
4
5 In the past, I used
6 repoman commit
7 to commit a new ebuild. I got a text screen in my terminal where I typed my
8 passphraise (if I then committed something else within the timeout, I didn't
9 have to re-type it).
10
11 Now we are recommended to use
12 pkgdev commit
13 instead. But it does not ask for my passphraise, just writes an error message
14 that it cannot sign my commit.
15
16 If I commit something with repoman and then (within the timeout) commit
17 something else with pkgdev, it works.
18
19 My .gnupg/gpg-agent.conf is
20
21 pinentry-program /usr/bin/pinentry-curses
22 write-env-file
23 default-cache-ttl 1000000
24
25 My .gnupg/gpg.conf includes the line
26
27 use-agent
28
29 I can, of course, continue to use repoman for committing. But now it does not
30 add the Signed-off-by: automatically. I have to add it by hand, in nano. This is
31 definitely the most convenient way.
32
33 Thanks in advance,
34 Andrey

Replies

Subject Author
Re: [gentoo-dev] pkgdev commit and gpg-agent Andrew Savchenko <bircoph@g.o>
Re: [gentoo-dev] pkgdev commit and gpg-agent Alec Warner <antarus@g.o>
Re: [gentoo-dev] pkgdev commit and gpg-agent Sam James <sam@g.o>