nightmorph 07/02/15 11:51:01 Modified: hb-portage-configuration.xml Log: 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.
Revision Changes Path 1.14 xml/htdocs/doc/en/handbook/hb-portage-configuration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?r1=1.13&r2=1.14 Index: hb-portage-configuration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hb-portage-configuration.xml 3 Nov 2006 22:35:43 -0000 1.13 +++ hb-portage-configuration.xml 15 Feb 2007 11:51:01 -0000 1.14 @@ -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-portage-configuration.xml,v 1.13 2006/11/03 22:35:43 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.14 2007/02/15 11:51:01 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ configuration file or as environment variable. </abstract> -<version>1.5</version> -<date>2006-11-03</date> +<version>1.6</version> +<date>2007-02-15</date> <section> <title>Portage Configuration</title> @@ -235,26 +235,6 @@ <e>exactly</e> what you're doing. Note that certain absolutely required options will always be used even if PORTAGE_RSYNC_OPTS is empty. </li> - <li> - <ul> - <li> - --recursive: Thoroughly checks all category and package directories - </li> - <li>--times: Preserves file modification times</li> - <li> - --exclude='/distfiles' --exclude='/local' --exclude='/packages': These - settings tell Portage to not tamper with the locations of downloaded - package files (which is specified in DISTDIR), any local Portage - overlay (specified in PORTDIR_OVERLAY), and any user-compiled binary - packages. Note that any of these options can be overriden with - --exclude='!', should you wish Portage to modify them. - </li> - <li>--compress: Compresses the data transmitted during sync</li> - <li> - --whole-file: Sends data as whole files, rather than block transfers - </li> - </ul> - </li> <li> PORTAGE_RSYNC_EXTRA_OPTS can be used to set additional options when syncing. Each option should be space separated. -- [email protected] mailing list
