Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-portage-configuration.xml
Date: Thu, 15 Feb 2007 11:51:13
Message-Id: E1HHf8g-0001vn-Cp@lark.gentoo.org
1 nightmorph 07/02/15 11:51:01
2
3 Modified: hb-portage-configuration.xml
4 Log:
5 grr, stupid new stable portage (2.1.2-r9) has some stupid new default behavior, necessitating the removal of the examples in portage_rsync_opts. otherwise, just going with what's in there will screw a user's system when syncing -- old files aren't deleted, etc.
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/en/handbook/hb-portage-configuration.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?r1=1.13&r2=1.14
13
14 Index: hb-portage-configuration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- hb-portage-configuration.xml 3 Nov 2006 22:35:43 -0000 1.13
21 +++ hb-portage-configuration.xml 15 Feb 2007 11:51:01 -0000 1.14
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-portage-configuration.xml,v 1.13 2006/11/03 22:35:43 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.14 2007/02/15 11:51:01 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 configuration file or as environment variable.
33 </abstract>
34
35 -<version>1.5</version>
36 -<date>2006-11-03</date>
37 +<version>1.6</version>
38 +<date>2007-02-15</date>
39
40 <section>
41 <title>Portage Configuration</title>
42 @@ -235,26 +235,6 @@
43 <e>exactly</e> what you're doing. Note that certain absolutely required
44 options will always be used even if PORTAGE_RSYNC_OPTS is empty.
45 </li>
46 - <li>
47 - <ul>
48 - <li>
49 - --recursive: Thoroughly checks all category and package directories
50 - </li>
51 - <li>--times: Preserves file modification times</li>
52 - <li>
53 - --exclude='/distfiles' --exclude='/local' --exclude='/packages': These
54 - settings tell Portage to not tamper with the locations of downloaded
55 - package files (which is specified in DISTDIR), any local Portage
56 - overlay (specified in PORTDIR_OVERLAY), and any user-compiled binary
57 - packages. Note that any of these options can be overriden with
58 - --exclude='!', should you wish Portage to modify them.
59 - </li>
60 - <li>--compress: Compresses the data transmitted during sync</li>
61 - <li>
62 - --whole-file: Sends data as whole files, rather than block transfers
63 - </li>
64 - </ul>
65 - </li>
66 <li>
67 PORTAGE_RSYNC_EXTRA_OPTS can be used to set additional options when
68 syncing. Each option should be space separated.
69
70
71
72 --
73 gentoo-doc-cvs@g.o mailing list