summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-04 11:40:23 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-04 11:40:23 -0700
commit5712d6c80f9be604abf2c293a86aedc8985d1916 (patch)
tree03d0cf9b44725416e689fe5be6d9f20fe460ce42 /cnf/make.globals
parent5d402047d0368c0122d2f21e21bb5ff5f9b17473 (diff)
downloadportage-5712d6c80f9be604abf2c293a86aedc8985d1916.tar.gz
portage-5712d6c80f9be604abf2c293a86aedc8985d1916.tar.bz2
portage-5712d6c80f9be604abf2c293a86aedc8985d1916.zip
Bug #339642 - Make --sync try all addresses.
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 9ba10444b..39ea548b9 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -88,7 +88,7 @@ PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
# Number of times 'emerge --sync' will run before giving up.
-PORTAGE_RSYNC_RETRIES="3"
+PORTAGE_RSYNC_RETRIES="-1"
# Number of seconds rsync will wait before timing out.
#RSYNC_TIMEOUT="180"