neysx       05/11/25 14:52:02

  Modified:    xml/htdocs/doc/en/handbook hb-portage-diverttree.xml
  Log:
  #113025 RSYNC_EXCLUDEFROM needs to be defined to exclude pkg/cat

Revision  Changes    Path
1.8       +13 -6     xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo

Index: hb-portage-diverttree.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-portage-diverttree.xml   11 Oct 2005 03:49:46 -0000      1.7
+++ hb-portage-diverttree.xml   25 Nov 2005 14:52:02 -0000      1.8
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.7 
2005/10/11 03:49:46 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.8 
2005/11/25 14:52:02 neysx Exp $ -->
 
 <sections>
 
-<version>1.3</version>
-<date>2005-10-11</date>
+<version>1.4</version>
+<date>2005-11-25</date>
 
 <section>
 <title>Using a Portage Tree Subset</title>
@@ -24,11 +24,18 @@
 </p>
 
 <p>
-By default, <c>rsync</c> will check the contents of
-<path>/etc/portage/rsync_excludes</path> (if it exists) which contains the
-categories or packages that you <e>don't</e> want <c>rsync</c> to update.
+You need to define the name of the file that contains the exclude patterns in
+the <c>RSYNC_EXCLUDEFROM</c> variable in your <path>/etc/make.conf</path>.
 </p>
 
+<pre caption="Defining the exlude file in /etc/make.conf">
+RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
+</pre>
+
+<pre caption="Excluding all games in /etc/portage/rsync_excludes">
+games-*/*
+</pre>
+
 <p>
 Note however that this may lead to dependency issues since new, allowed 
packages
 might depend on new but excluded packages.



-- 
[email protected] mailing list

Reply via email to