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: Sun, 27 Nov 2011 18:25:37
Message-Id: 20111127182528.3A0062004B@flycatcher.gentoo.org
1 swift 11/11/27 18:25:28
2
3 Modified: hb-working-features.xml
4 Log:
5 Portage tree is signed with new key (cfr mail on gentoo-dev-announce)
6
7 Revision Changes Path
8 1.40 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.40&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.39&r2=1.40
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.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- hb-working-features.xml 27 Oct 2011 18:33:42 -0000 1.39
21 +++ hb-working-features.xml 27 Nov 2011 18:25:28 -0000 1.40
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.39 2011/10/27 18:33:42 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.40 2011/11/27 18:25:28 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 ccache and more.
33 </abstract>
34
35 -<version>3</version>
36 -<date>2011-10-27</date>
37 +<version>4</version>
38 +<date>2011-11-27</date>
39
40 <section>
41 <title>Portage Features</title>
42 @@ -347,14 +347,19 @@
43 snapshots. Of course, if you want to, you can validate this GPG key as per the
44 <uri link="/doc/en/gnupg-user.xml#doc_chap2_sect4">proper guidelines</uri>
45 (like checking the key fingerprint <c>AE54 54F9 67B5 6AB0 9AE1 6064 0838
46 -C26E 239C 75C4</c>).
47 +C26E 239C 75C4</c> for key <c>0x239C75C4</c> or <c>DCD0 5B71 EAB9 4199 527F 44AC
48 +DB6B 8C1F 96D8 BF6D</c> for key <c>0x96D8BF6D</c>).
49 </p>
50
51 +<!-- Key 0x239C75C4 is superceded by 0x96D8BF6D, but keep it in the documents
52 + for a while to ensure continuity -->
53 +
54 <pre caption="Creating a truststore for Portage">
55 # <i>mkdir -p /etc/portage/gpg</i>
56 # <i>chmod 0700 /etc/portage/gpg</i>
57 -# <i>gpg --homedir /etc/portage/gpg --keyserver subkeys.pgp.net --recv-keys 0x239C75C4</i>
58 +# <i>gpg --homedir /etc/portage/gpg --keyserver subkeys.pgp.net --recv-keys 0x239C75C4 0x96D8BF6D</i>
59 # <i>gpg --homedir /etc/portage/gpg --edit-key 0x239C75C4 trust</i>
60 +# <i>gpg --homedir /etc/portage/gpg --edit-key 0x96D8BF6D trust</i>
61 </pre>
62
63 <p>