summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-02 07:26:37 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-02 07:26:37 +0000
commit2837443df0d03426acbf0b3656e331d5313b7c78 (patch)
tree3270954591c91b3285084adbfd172a42bed69aa8 /bin
parentEven if there's no timestamp available locally, fetch the timestamp anyway as... (diff)
downloadportage-multirepo-2837443df0d03426acbf0b3656e331d5313b7c78.tar.gz
portage-multirepo-2837443df0d03426acbf0b3656e331d5313b7c78.tar.bz2
portage-multirepo-2837443df0d03426acbf0b3656e331d5313b7c78.zip
For bug #168646, remove --prune-empty-dirs from PORTAGE_RSYNC_OPTS since it's only a small optimization and it's inconvenient to force >=rsync-2.6.4 on server admins at this time. If users desire, they can still add it to PORTAGE_RSYNC_EXTRA_OPTS. (trunk r6128:6129)
svn path=/main/branches/2.1.2/; revision=6130
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/emerge b/bin/emerge
index b9c49d6d..5f23b0ce 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -3738,7 +3738,6 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
"--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
- "--prune-empty-dirs" # Prune empty ${FILESDIR} when manifest1 digests are excluded
])
else:
@@ -4015,7 +4014,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
# Code 2 indicates protocol incompatibility, which is expected
# for servers with protocol < 29 that don't support
# --prune-empty-directories. Retry for a server that supports
- # at least rsync protocol version 29 (>=rsync-2.6.7).
+ # at least rsync protocol version 29 (>=rsync-2.6.4).
pass
retries=retries+1