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-portage-configuration.xml hb-working-features.xml
Date: Tue, 17 Dec 2013 11:00:41
Message-Id: 20131217110037.54A4A2004B@flycatcher.gentoo.org
1 swift 13/12/17 11:00:37
2
3 Modified: hb-portage-configuration.xml
4 hb-working-features.xml
5 Log:
6 Bug 489782 - SYNC is no longer used, use sync-type and sync-uri instead
7
8 Revision Changes Path
9 1.19 xml/htdocs/doc/en/handbook/hb-portage-configuration.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?r1=1.18&r2=1.19
14
15 Index: hb-portage-configuration.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- hb-portage-configuration.xml 24 Jul 2012 12:12:52 -0000 1.18
22 +++ hb-portage-configuration.xml 17 Dec 2013 11:00:37 -0000 1.19
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.18 2012/07/24 12:12:52 swift Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.19 2013/12/17 11:00:37 swift Exp $ -->
29
30 <sections>
31
32 @@ -13,8 +13,8 @@
33 configuration file or as environment variable.
34 </abstract>
35
36 -<version>2</version>
37 -<date>2012-07-24</date>
38 +<version>3</version>
39 +<date>2013-12-17</date>
40
41 <section>
42 <title>Portage Configuration</title>
43 @@ -23,12 +23,14 @@
44
45 <p>
46 As noted previously, Portage is configurable through many variables which
47 -you should define in <path>/etc/portage/make.conf</path>. Please refer to
48 -the <path>make.conf</path> man page for more and complete information:
49 +you should define in <path>/etc/portage/make.conf</path> or one of the subdirectories
50 +of <path>/etc/portage</path>. Please refer to the <path>make.conf</path> and
51 +<path>portage</path> man pages for more and complete information:
52 </p>
53
54 -<pre caption="Reading the make.conf man page">
55 +<pre caption="Reading the man pages">
56 $ <i>man make.conf</i>
57 +$ <i>man portage</i>
58 </pre>
59
60 </body>
61 @@ -164,18 +166,22 @@
62
63 <p>
64 A third setting involves the location of the rsync server which you use when you
65 -update your Portage tree:
66 +update your Portage tree. This is defined in the <path>/etc/portage/repos.conf</path>
67 +file (or a file inside that directory if it is defined as a directory):
68 </p>
69
70 <ul>
71 <li>
72 - SYNC defines a particular server which Portage uses to fetch the
73 + sync-type defines the type of server and defaults to "rsync"
74 + </li>
75 + <li>
76 + sync-uri defines a particular server which Portage uses to fetch the
77 Portage tree from
78 </li>
79 </ul>
80
81 <p>
82 -The GENTOO_MIRRORS and SYNC variables can be set automatically through the
83 +The GENTOO_MIRRORS, sync-type and sync-uri variables can be set automatically through the
84 <c>mirrorselect</c> application. You need to <c>emerge mirrorselect</c> first
85 before you can use it. For more information, see mirrorselect's online
86 help:
87
88
89
90 1.45 xml/htdocs/doc/en/handbook/hb-working-features.xml
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.45&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.45&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.44&r2=1.45
95
96 Index: hb-working-features.xml
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v
99 retrieving revision 1.44
100 retrieving revision 1.45
101 diff -u -r1.44 -r1.45
102 --- hb-working-features.xml 17 Dec 2013 10:45:50 -0000 1.44
103 +++ hb-working-features.xml 17 Dec 2013 11:00:37 -0000 1.45
104 @@ -4,7 +4,7 @@
105 <!-- The content of this document is licensed under the CC-BY-SA license -->
106 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
107
108 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.44 2013/12/17 10:45:50 swift Exp $ -->
109 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.45 2013/12/17 11:00:37 swift Exp $ -->
110
111 <sections>
112
113 @@ -13,7 +13,7 @@
114 ccache and more.
115 </abstract>
116
117 -<version>8</version>
118 +<version>9</version>
119 <date>2013-12-17</date>
120
121 <section>
122 @@ -371,10 +371,15 @@
123 method.
124 </p>
125
126 -<pre caption="Updating Portage for signed tree validation">
127 +<pre caption="Updating make.conf">
128 FEATURES="webrsync-gpg"
129 PORTAGE_GPG_DIR="/etc/portage/gpg"
130 -SYNC=""
131 +</pre>
132 +
133 +<pre caption="Updating repos.conf">
134 +<comment># Make sure sync-type and sync-uri are commented out</comment>
135 +# sync-type = rsync
136 +# sync-uri = ...
137 </pre>
138
139 <p>