Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 167668 | Differences between
and this patch

Collapse All | Expand All

(-)cnf/make.globals (-1 / +1 lines)
Lines 54-60 Link Here
54
# Number of seconds rsync will wait before timing out.
54
# Number of seconds rsync will wait before timing out.
55
#RSYNC_TIMEOUT="180"
55
#RSYNC_TIMEOUT="180"
56
56
57
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
57
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
58
58
59
# Minimal CONFIG_PROTECT
59
# Minimal CONFIG_PROTECT
60
CONFIG_PROTECT="/etc"
60
CONFIG_PROTECT="/etc"
(-)bin/emerge (+1 lines)
Lines 3737-3742 Link Here
3737
				"--exclude='/distfiles'",   # Exclude distfiles from consideration
3737
				"--exclude='/distfiles'",   # Exclude distfiles from consideration
3738
				"--exclude='/local'",       # Exclude local     from consideration
3738
				"--exclude='/local'",       # Exclude local     from consideration
3739
				"--exclude='/packages'",    # Exclude packages  from consideration
3739
				"--exclude='/packages'",    # Exclude packages  from consideration
3740
				"--filter=H_**/files/digest-*" # Exclude manifest1 digests and delete on the receiving side
3740
			])
3741
			])
3741
3742
3742
		else:
3743
		else:

Return to bug 167668