summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-03-19 17:36:50 +0000
committerMarius Mauch <genone@gentoo.org>2006-03-19 17:36:50 +0000
commitdd5b5fe7182be46e7d753a03a67369eb5ae7ec13 (patch)
tree9543a72dcd0d1e0f50eee02d2e72fcc6aa74ac0e /cnf/make.conf
parent864b12bbd9e2ef833f9222a31594c476fc0c42c9 (diff)
downloadportage-dd5b5fe7182be46e7d753a03a67369eb5ae7ec13.tar.gz
portage-dd5b5fe7182be46e7d753a03a67369eb5ae7ec13.tar.bz2
portage-dd5b5fe7182be46e7d753a03a67369eb5ae7ec13.zip
Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing RSYNC_ variables, rename RSYNC_RETRIES to PORTAGE_RSYNC_RETRIES
svn path=/main/trunk/; revision=2955
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf19
1 files changed, 9 insertions, 10 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 863fb957e..4c8b56012 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -207,18 +207,17 @@ CHOST="i686-pc-linux-gnu"
# Australia: "rsync://rsync.au.gentoo.org/gentoo-portage"
#SYNC="rsync://rsync.gentoo.org/gentoo-portage"
#
-# RSYNC_RETRIES sets the number of times portage will attempt to retrieve
+# PORTAGE_RSYNC_RETRIES sets the number of times portage will attempt to retrieve
# a current portage tree before it exits with an error. This allows
# for a more successful retrieval without user intervention most times.
-#RSYNC_RETRIES="3"
-#
-# RSYNC_TIMEOUT sets the length of time rsync will wait before it times out
-# on a connection. Most users will benefit from this setting as it will
-# reduce the amount of 'dead air' they experience when they run across
-# the occasional, unreachable mirror. Dialup users might want to set this
-# value up around the 300 second mark.
-#RSYNC_TIMEOUT=180
-
+#PORTAGE_RSYNC_RETRIES="3"
+#
+# PORTAGE_RSYNC_EXTRA_OPTS can be used to feed additional options to the rsync
+# command used by `emerge --sync`. This will not change the default options
+# which are set by PORTAGE_RSYNC_OPTS (don't change those unless you know
+# exactly what you're doing).
+#PORTAGE_RSYNC_EXTRA_OPTS=""
+#
# Advanced Features
# =================
#