Gentoo Archives: gentoo-dev

From: Agostino Sarubbo <ago@g.o>
To: "Robin H. Johnson" <robbat2@g.o>
Cc: gentoo-core@l.g.o, gentoo-dev@l.g.o, gentoo-scm@l.g.o
Subject: [gentoo-dev] Re: [gentoo-core] Git Migration: go-live!
Date: Sun, 09 Aug 2015 14:44:44
Message-Id: 26679488.1voUmlKOLj@arcadia
In Reply to: [gentoo-dev] Git Migration: go-live! by "Robin H. Johnson"
1 On Sunday 09 August 2015 05:36:16 Robin H. Johnson wrote:
2 > Quick instructions:
3 > Set PORTAGE_GPG_KEY="0xLONG-GPG-KEY" in your make.conf
4 > $ git config user.signingkey 0xLONG-GPG-KEY
5 > $ git clone git+ssh://git@××××××××××.org/repo/gentoo.git
6 > $ vim ...
7 > $ repoman commit -m '...' [2]
8 > $ git push --signed
9
10 2 questions:
11
12 1) The git workflow [1] does not mention to add PORTAGE_GPG_KEY to make.conf
13 and neither to use the long gpg key. Does the short create a problem?
14
15 2) The git workflow [1] says to do git config --local commit.gpgsign 1 - Do we
16 need to use git push --signed if was already in the config ?
17
18 I'm asking just for have an up-to-date documentation, and maybe add all the
19 notes there.
20
21 Thanks.
22
23 [1]: https://wiki.gentoo.org/wiki/Gentoo_git_workflow
24
25
26 --
27 Agostino Sarubbo
28 Gentoo Linux Developer

Replies

Subject Author
[gentoo-dev] Re: [gentoo-core] Git Migration: go-live! Mike Frysinger <vapier@g.o>