summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-14 06:53:25 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-14 06:53:25 +0000
commitc4e0feffe388409178a3c487053636ac5398f9af (patch)
treecb0a2b144e6c3e7f7cea217fb8f72a2e63d5a1b7 /man/make.conf.5
parent* Optimize parallel-fetch to avoid redundant checksum verification. (diff)
downloadportage-multirepo-c4e0feffe388409178a3c487053636ac5398f9af.tar.gz
portage-multirepo-c4e0feffe388409178a3c487053636ac5398f9af.tar.bz2
portage-multirepo-c4e0feffe388409178a3c487053636ac5398f9af.zip
Bug #42456 - When a checksum failure occurs during fetch, use a new
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS config variable to control how many mirrors should be tried before aborting the download. This type of behavior used to be enabled only in --fetchonly mode but now it's enabled for all fetch() calls. svn path=/main/trunk/; revision=9463
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.53
1 files changed, 3 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index e02bcd9e..aa4623a5 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -402,6 +402,9 @@ This variable contains flags for the \fBPORTAGE_COMPRESS\fR command.
.B PORTAGE_ELOG_MAILSUBJECT
Please see /etc/make.conf.example for elog documentation.
.TP
+\fBPORTAGE_FETCH_CHECKSUM_TRY_MIRRORS\fR = \fI5\fR
+Number mirrors to try when a downloaded file has an incorrect checksum.
+.TP
\fBPORTAGE_NICENESS\fR = \fI[number]\fR
The value of this variable will be added to the current nice level that
emerge is running at. In other words, this will not set the nice level,