summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-28 12:03:21 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-28 12:03:21 +0000
commit71c85df7504ec011a81999e9e787e55a217b20d2 (patch)
tree80343802144954b4ce7fe9a1ae514f8e6df9140b /man
parent9607f376d86b3a1fe05df91fa92af2e22bdce5e7 (diff)
downloadportage-71c85df7504ec011a81999e9e787e55a217b20d2.tar.gz
portage-71c85df7504ec011a81999e9e787e55a217b20d2.tar.bz2
portage-71c85df7504ec011a81999e9e787e55a217b20d2.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. (trunk r9462:9466) svn path=/main/branches/2.1.2/; revision=9554
Diffstat (limited to 'man')
-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 072f24e8e..513e3ea5a 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -386,6 +386,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 of 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,