Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441724 - hb-portage-diverttree, changing --exclude-from variable
Summary: hb-portage-diverttree, changing --exclude-from variable
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-04 10:04 UTC by Vladimir Romanov (RETIRED)
Modified: 2012-11-12 21:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Romanov (RETIRED) gentoo-dev 2012-11-04 10:04:53 UTC
In this words:
<p>
You need to define the name of the file that contains the exclude patterns in
the <c>--exclude-from</c> variable in your <path>/etc/portage/make.conf</path>.
</p>

<pre caption="Defining the exclude file in /etc/portage/make.conf">
PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes"
</pre>

User may think, that --exclude-from is variable. But it is not. The variable is PORTAGE_RSYNC_EXTRA_OPTS and --exclude-from is just a flag, which sent to rsync when it is run

Reproducible: Always
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2012-11-12 21:12:34 UTC
Thanks, you're correct; Updated in CVS.