summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-03 19:23:16 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-03 19:23:16 +0000
commite2983690e7a22d69cb1507b55050438a6ec3d924 (patch)
treed899d272b1bf7ba6110aab278ab2d5e928327063 /cnf
parentFor old-style virtuals, we need to repeat the package.provided (diff)
downloadportage-multirepo-e2983690e7a22d69cb1507b55050438a6ec3d924.tar.gz
portage-multirepo-e2983690e7a22d69cb1507b55050438a6ec3d924.tar.bz2
portage-multirepo-e2983690e7a22d69cb1507b55050438a6ec3d924.zip
Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful for
helping to ensure that small garbage files such as html 404 pages are properly discarded. svn path=/main/trunk/; revision=9687
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 36d8591a..5e815013 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -59,6 +59,9 @@ AUTOCLEAN="yes"
# Number of mirrors to try when a downloaded file has an incorrect checksum.
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
+# Minimum size of existing file for RESUMECOMMAND to be called.
+PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
+
# Number of times 'emerge --sync' will run before giving up.
PORTAGE_RSYNC_RETRIES="3"