summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-04 01:03:08 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-04 01:03:08 +0000
commitaa39ae3f055220d901ecc20a7e3e9e8ec38f0bb7 (patch)
tree74001ba331b83144abe2ab5d8fcd5f0ea48bde31 /man/make.conf.5
parent5197d6b454974802a55ac78eed0ccc157c44f30e (diff)
downloadportage-aa39ae3f055220d901ecc20a7e3e9e8ec38f0bb7.tar.gz
portage-aa39ae3f055220d901ecc20a7e3e9e8ec38f0bb7.tar.bz2
portage-aa39ae3f055220d901ecc20a7e3e9e8ec38f0bb7.zip
Add support for a PORTAGE_RO_DISTDIRS variable. When a given file does not
exist in DISTDIR, search for the file in this list of directories. Search order is from left to right. Note that the current implementation works by creating a symlink inside DISTDIR, but that may change in the future. (trunk r10547, r10550:10552, and r10564) svn path=/main/branches/2.1.2/; revision=10565
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.56
1 files changed, 6 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index bbbf6c719..0444c5294 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -438,6 +438,12 @@ emerge is running at. In other words, this will not set the nice level,
it will increment it. For more information about nice levels and what
are acceptable ranges, see \fBnice\fR(1).
.TP
+\fBPORTAGE_RO_DISTDIRS\fR = \fI[space delimited list of directories]\fR
+When a given file does not exist in \fBDISTDIR\fR, search for the file
+in this list of directories. Search order is from left to right. Note
+that the current implementation works by creating a symlink inside
+\fBDISTDIR\fR, but that may change in the future.
+.TP
\fBPORTAGE_RSYNC_INITIAL_TIMEOUT\fR = \fIinteger\fR
Used by \fBemerge \-\-sync\fR as a timeout for the initial connection to an
rsync server.