summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-02-01 02:53:08 +0000
committerZac Medico <zmedico@gentoo.org>2008-02-01 02:53:08 +0000
commitfdd2f9eb5db23e41fc1abd8f63cd6d727fa5bc23 (patch)
treefeaba47918d910f9f5cba9b8b3f272e71b5358a9 /cnf
parent17bc947f679750680641853610f27ca90a68bf5c (diff)
downloadportage-fdd2f9eb5db23e41fc1abd8f63cd6d727fa5bc23.tar.gz
portage-fdd2f9eb5db23e41fc1abd8f63cd6d727fa5bc23.tar.bz2
portage-fdd2f9eb5db23e41fc1abd8f63cd6d727fa5bc23.zip
Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it's
no longer needed. svn path=/main/trunk/; revision=9260
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 39d0d265c..dac8dec2b 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -57,7 +57,7 @@ PORTAGE_RSYNC_RETRIES="3"
# Number of seconds rsync will wait before timing out.
#RSYNC_TIMEOUT="180"
-PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
+PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
# Minimal CONFIG_PROTECT
CONFIG_PROTECT="/etc"