summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-02-26 10:08:53 +0000
committerZac Medico <zmedico@gentoo.org>2006-02-26 10:08:53 +0000
commite0a87f32467aaaf1db54ac4772f52c4de4ac42e8 (patch)
tree816725b03a3812b02675789e77456770a06cb974 /cnf
parentOnly write known keys in flat_hash cache entries (filter out UNUSED_* keys). (diff)
downloadportage-multirepo-e0a87f32467aaaf1db54ac4772f52c4de4ac42e8.tar.gz
portage-multirepo-e0a87f32467aaaf1db54ac4772f52c4de4ac42e8.tar.bz2
portage-multirepo-e0a87f32467aaaf1db54ac4772f52c4de4ac42e8.zip
Make the post-sync metadata-transfer a FEATURE so that it can be optionally disabled.
svn path=/main/trunk/; revision=2788
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index cd34f844..52d06abf 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -33,7 +33,7 @@ FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
# Default user options
-FEATURES="sandbox distlocks"
+FEATURES="sandbox distlocks metadata-transfer"
# Default chunksize for binhost comms
PORTAGE_BINHOST_CHUNKSIZE="3000"