Gentoo Archives: gentoo-dev

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Signature found, but from unknown key (see push-cert)
Date: Sun, 01 Jan 2017 13:31:48
Message-Id: 20170101163127.a68faf3aa06489d131fb359a@gentoo.org
In Reply to: [gentoo-dev] Signature found, but from unknown key (see push-cert) by grozin@gentoo.org
1 Hi,
2
3 On Sun, 1 Jan 2017 18:12:23 +0700 (+07) grozin@g.o wrote:
4 > Happy new year to *,
5 >
6 > Yesterday I've changed expiration dates of my gpg key and its subkeys. And
7 > today I cannot push to Gentoo repo:
8 >
9 > remote: Signature found, but from unknown key (see push-cert)
10 > remote: Your push was not signed with a known key.
11 > remote: You MUST use git push --signed with a known key.
12 > remote: If you just updated your key, please wait 15 minutes for sync.
13 > remote: git-receive-pack variables:
14 > remote: GIT_PUSH_CERT='ef16430106a13fa3758d2211100be5b9f2bd88d8'
15 > remote: GIT_PUSH_CERT_KEY=''
16 > remote: GIT_PUSH_CERT_NONCE='1483268914-e0cd9c07e06304c00a64'
17 > remote: GIT_PUSH_CERT_NONCE_SLOP=''
18 > remote: GIT_PUSH_CERT_NONCE_STATUS='OK'
19 > remote: GIT_PUSH_CERT_SIGNER=''
20 > remote: GIT_PUSH_CERT_STATUS='N'
21 > remote: A push-cert was found, and follows:
22 > remote: =====
23 > remote: certificate version 0.1
24 > remote: pusher 0x3AFFCE974D34BD8C 1483268914 +0700
25
26 Looks like git hook is still using your old key. You should wait
27 for a day or so in order for your change to propagate through
28 servers. It this doesn't help, you should probably contact infra to
29 update your key.
30
31 Best regards,
32 Andrew Savchenko

Replies