summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-01-11 00:28:34 +0000
committerZac Medico <zmedico@gentoo.org>2008-01-11 00:28:34 +0000
commita3656f51c01628b90fc50b8bc6c72796d52eec7a (patch)
tree16881e232c9d5e139512878284b646ffcf4d6188 /cnf
parentBug#204668 - Fix WORKDIR quoting in econf() when updating (diff)
downloadportage-multirepo-a3656f51c01628b90fc50b8bc6c72796d52eec7a.tar.gz
portage-multirepo-a3656f51c01628b90fc50b8bc6c72796d52eec7a.tar.bz2
portage-multirepo-a3656f51c01628b90fc50b8bc6c72796d52eec7a.zip
Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.
This allows the rsync program to choose the preferred --delete algorithm, or the user can choose one via PORTAGE_RSYNC_EXTRA_OPTS. svn path=/main/trunk/; revision=9163
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 86a4f8f0..39d0d265 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 --delete-after --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 --filter=H_**/files/digest-*"
# Minimal CONFIG_PROTECT
CONFIG_PROTECT="/etc"