Page MenuHomePhabricator

GPG Sign git tags
Closed, ResolvedPublic

Description

We should sign release tags with the release engineer's gpg key.

Event Timeline

thcipriani triaged this task as Medium priority.Feb 10 2017, 6:11 PM

I did this for 1 release and then haven't done it since. I think I need to update some gbp config to support requiring this as well.

Something like this?

keyid = <FOO>
sign-tags = 1

Question is what key do we sign this with? Should we have a shared key that deployers can access? I'm thinking something like keyholder but for gpg instead of ssh.

mmodell claimed this task.

I think signing with our individual keys is good enough.