Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-working-features.xml
Date: Thu, 27 Oct 2011 18:33:54
Message-Id: 20111027183342.8763C2004B@flycatcher.gentoo.org
1 swift 11/10/27 18:33:42
2
3 Modified: hb-working-features.xml
4 Log:
5 As per Jan ("jkt") feedback, ensure that directory is 0700 and mention key fingerprint (currently valid, but might change in november as the key expires then)
6
7 Revision Changes Path
8 1.39 xml/htdocs/doc/en/handbook/hb-working-features.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.39&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.39&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.38&r2=1.39
13
14 Index: hb-working-features.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v
17 retrieving revision 1.38
18 retrieving revision 1.39
19 diff -u -r1.38 -r1.39
20 --- hb-working-features.xml 26 Oct 2011 19:46:19 -0000 1.38
21 +++ hb-working-features.xml 27 Oct 2011 18:33:42 -0000 1.39
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.38 2011/10/26 19:46:19 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.39 2011/10/27 18:33:42 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 ccache and more.
33 </abstract>
34
35 -<version>2</version>
36 -<date>2011-10-26</date>
37 +<version>3</version>
38 +<date>2011-10-27</date>
39
40 <section>
41 <title>Portage Features</title>
42 @@ -345,11 +345,14 @@
43 To configure Portage, first create a truststore in which you download and accept
44 the keys of the Gentoo Infrastructure responsible for signing the Portage tree
45 snapshots. Of course, if you want to, you can validate this GPG key as per the
46 -<uri link="/doc/en/gnupg-user.xml#doc_chap2_sect4">proper guidelines</uri>.
47 +<uri link="/doc/en/gnupg-user.xml#doc_chap2_sect4">proper guidelines</uri>
48 +(like checking the key fingerprint <c>AE54 54F9 67B5 6AB0 9AE1 6064 0838
49 +C26E 239C 75C4</c>).
50 </p>
51
52 <pre caption="Creating a truststore for Portage">
53 # <i>mkdir -p /etc/portage/gpg</i>
54 +# <i>chmod 0700 /etc/portage/gpg</i>
55 # <i>gpg --homedir /etc/portage/gpg --keyserver subkeys.pgp.net --recv-keys 0x239C75C4</i>
56 # <i>gpg --homedir /etc/portage/gpg --edit-key 0x239C75C4 trust</i>
57 </pre>