summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cnf/make.globals2
-rw-r--r--pym/_emerge/__init__.py1
2 files changed, 1 insertions, 2 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"
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 0cc72e6d8..9e05ad1e4 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -5347,7 +5347,6 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
"--exclude=/distfiles", # Exclude distfiles from consideration
"--exclude=/local", # Exclude local from consideration
"--exclude=/packages", # Exclude packages from consideration
- "--filter=H_**/files/digest-*", # Exclude manifest1 digests and delete on the receiving side
])
else: