swift       13/12/17 11:35:12

  Modified:             hb-working-features.xml
  Log:
  Fix bug #491870 - Drop unused key now (been in docs long enough)

Revision  Changes    Path
1.48                 xml/htdocs/doc/en/handbook/hb-working-features.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.48&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.48&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.47&r2=1.48

Index: hb-working-features.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- hb-working-features.xml     17 Dec 2013 11:34:08 -0000      1.47
+++ hb-working-features.xml     17 Dec 2013 11:35:12 -0000      1.48
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.47 
2013/12/17 11:34:08 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.48 
2013/12/17 11:35:12 swift Exp $ -->
 
 <sections>
 
@@ -13,7 +13,7 @@
 ccache and more.
 </abstract>
 
-<version>11</version>
+<version>12</version>
 <date>2013-12-17</date>
 
 <section>
@@ -352,15 +352,11 @@
 link="/proj/en/releng/index.xml">project page</uri>.
 </p>
 
-<!-- Key 0x239C75C4 is superceded by 0x96D8BF6D, but keep it in the documents
-     for a while to ensure continuity -->
-
 <pre caption="Creating a truststore for Portage">
 # <i>mkdir -p /etc/portage/gpg</i>
 # <i>chmod 0700 /etc/portage/gpg</i>
 <comment>(... Substitute the keys with those mentioned on the release 
engineering site ...)</comment>
-# <i>gpg --homedir /etc/portage/gpg --keyserver subkeys.pgp.net --recv-keys 
0x0838C26E239C75C4 0xDB6B8C1F96D8BF6D</i>
-# <i>gpg --homedir /etc/portage/gpg --edit-key 0x0838C26E239C75C4 trust</i>
+# <i>gpg --homedir /etc/portage/gpg --keyserver subkeys.pgp.net --recv-keys 
0xDB6B8C1F96D8BF6D</i>
 # <i>gpg --homedir /etc/portage/gpg --edit-key 0xDB6B8C1F96D8BF6D trust</i>
 </pre>
 




Reply via email to