aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDavid James <davidjames@google.com>2011-04-07 16:49:58 -0700
committerZac Medico <zmedico@gentoo.org>2011-04-07 16:49:58 -0700
commitb773f82f3ab84270d6541b84298013b6221ebcac (patch)
tree9387e5775a6bd771a88ff788353c8b7156761a7d /man
parentfilter PORTAGE_GPG_SIGNING_COMMAND for ebuild env (diff)
downloadportage-b773f82f3ab84270d6541b84298013b6221ebcac.tar.gz
portage-b773f82f3ab84270d6541b84298013b6221ebcac.tar.bz2
portage-b773f82f3ab84270d6541b84298013b6221ebcac.zip
Add force-mirror FEATURE.
force-mirror: Only fetch files from configured mirrors, ignoring SRC_URI, except when mirror is in the ebuild(5) RESTRICT variable. BUG=chromium-os:13221 TEST=Test that ebuilds now fail with FEATURES=force-mirror if files are not in the configured mirror. Change-Id: I8484d5af8dff97b431398030b33c024ff1295ba0 Review URL: http://codereview.chromium.org/6677171
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.54
1 files changed, 4 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index a86f257f7..cf8d2170a 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -304,6 +304,10 @@ enabled for more than a short period of time.
Modifies .la files to not include other .la files and some other
fixes (order of flags, duplicated entries, ...)
.TP
+.B force\-mirror
+Only fetch files from configured mirrors, ignoring \fBSRC_URI\fR,
+except when \fImirror\fR is in the \fBebuild\fR(5) \fBRESTRICT\fR variable.
+.TP
.B lmirror
When \fImirror\fR is enabled in \fBFEATURES\fR, fetch files even
when \fImirror\fR is also in the \fBebuild\fR(5) \fBRESTRICT\fR variable.