summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-03 02:24:40 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-03 02:24:40 +0000
commita3e771d1408e2ef8e20fc0f52a2c4f3618214f4a (patch)
tree68fc5bb97fd610e07945cebb220d46b8228ff421 /man
parente88351508a71e5515274223408dc5c32ba84e429 (diff)
downloadportage-a3e771d1408e2ef8e20fc0f52a2c4f3618214f4a.tar.gz
portage-a3e771d1408e2ef8e20fc0f52a2c4f3618214f4a.tar.bz2
portage-a3e771d1408e2ef8e20fc0f52a2c4f3618214f4a.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. svn path=/main/trunk/; revision=10547
Diffstat (limited to 'man')
-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 2eb77cc69..2949d3806 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -451,6 +451,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.