summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-02-01 02:55:55 +0000
committerZac Medico <zmedico@gentoo.org>2008-02-01 02:55:55 +0000
commit428d46be750420fd00af619155b4de3ea722c8b6 (patch)
treeb0270ebb736147c1c236e1e46319e570eedce56c /cnf/make.globals
parent958054298dae8958a66d7fc68b6b5ffcff15ca22 (diff)
downloadportage-428d46be750420fd00af619155b4de3ea722c8b6.tar.gz
portage-428d46be750420fd00af619155b4de3ea722c8b6.tar.bz2
portage-428d46be750420fd00af619155b4de3ea722c8b6.zip
Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it's
no longer needed. (trunk r9260) svn path=/main/branches/2.1.2/; revision=9261
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 0395c2ae2..8fd5fc0b6 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -54,7 +54,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"