Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662146 - Cannot push to Science Overlay with previously used certificate
Summary: Cannot push to Science Overlay with previously used certificate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-26 00:16 UTC by Horea Christian
Modified: 2018-07-27 15:39 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Git push error message (file_662146.txt,2.12 KB, text/plain)
2018-07-26 00:16 UTC, Horea Christian
Details
git log --show-signature (file_662146.txt,2.12 KB, text/plain)
2018-07-26 00:17 UTC, Horea Christian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Horea Christian 2018-07-26 00:16:05 UTC
I get an error message when trying to push to the Science Overlay.
Inspecting with `git log --show-signature` I find that the new commit has indeed been signed with the same key I successfully committed with just a few days ago.

Reproducible: Always
Comment 1 Horea Christian 2018-07-26 00:16:32 UTC
Created attachment 541080 [details]
Git push error message
Comment 2 Horea Christian 2018-07-26 00:17:20 UTC
Created attachment 541084 [details]
git log --show-signature

The first commit being the one I cannot push.
Comment 3 Horea Christian 2018-07-26 19:40:10 UTC
I could confirm this from multiple machines
Comment 4 Larry the Git Cow gentoo-dev 2018-07-26 20:39:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d1ee276e9e7bcea933cbb868d6db588e09fb29

commit 62d1ee276e9e7bcea933cbb868d6db588e09fb29
Author:     Graeme Lawes <graemelawes@gmail.com>
AuthorDate: 2018-07-08 16:27:41 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-07-26 20:39:34 +0000

    sys-cluster/teleport: remove v2.5.6
    
    Closes: https://bugs.gentoo.org/662146

 sys-cluster/teleport/Manifest              |  1 -
 sys-cluster/teleport/teleport-2.5.6.ebuild | 57 ------------------------------
 2 files changed, 58 deletions(-)
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-07-26 20:40:56 UTC
Sorry, mispaste.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-07-27 13:55:04 UTC
I've pushed an update to signed push hook.  Please test now.
Comment 7 Horea Christian 2018-07-27 15:39:32 UTC
It worked. Thank you!