summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorDavid James <davidjames@google.com>2011-04-07 16:49:58 -0700
committerZac Medico <zmedico@gentoo.org>2011-04-13 00:49:51 -0700
commit90b7a235a290e16b0ec151d77e8166c62c1745aa (patch)
tree0748a66a59cbb279427247061afcd9e3463fc169 /man/make.conf.5
parenta4508f43bd7a6cb7e3ac5e0f40fbbe30e0f18d31 (diff)
downloadportage-90b7a235a290e16b0ec151d77e8166c62c1745aa.tar.gz
portage-90b7a235a290e16b0ec151d77e8166c62c1745aa.tar.bz2
portage-90b7a235a290e16b0ec151d77e8166c62c1745aa.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/make.conf.5')
-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 a99d537d0..526e362fa 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.