Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: robbat2@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH v2 05/11] glep-0063: Explain minimal & recommended sections
Date: Wed, 04 Jul 2018 10:26:23
Message-Id: 20180704102401.29512-6-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 00/11] Major GLEP 63 update by "Michał Górny"
1 ---
2 glep-0063.rst | 8 ++++++++
3 1 file changed, 8 insertions(+)
4
5 diff --git a/glep-0063.rst b/glep-0063.rst
6 index 2a5e02f..4c22fbe 100644
7 --- a/glep-0063.rst
8 +++ b/glep-0063.rst
9 @@ -40,6 +40,10 @@ Specifications for OpenPGP keys
10
11 Bare minimum requirements
12 -------------------------
13 +This section specifies obligatory requirements for all OpenPGP keys used
14 +to commit to Gentoo. Keys that do not conform to those requirements can
15 +not be used to commit.
16 +
17 1. SHA2-series output digest (SHA1 digests internally permitted),
18 256bit or more::
19
20 @@ -57,6 +61,10 @@ Bare minimum requirements
21
22 Recommendations
23 ---------------
24 +This section specifies the best practices for Gentoo developers.
25 +The developers should follow those practices unless there is a strong
26 +technical reason not to (e.g. hardware limitations, necessity of replacing
27 +their primary key).
28
29 1. Copy ``/usr/share/gnupg/gpg-conf.skel`` to ``~/.gnupg/gpg.conf``, append
30 the following block::
31 --
32 2.18.0