aboutsummaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-01-12 03:26:13 -0800
committerZac Medico <zmedico@gentoo.org>2012-01-12 03:26:13 -0800
commitecf347fe2bde0f285b04070a13a170accdf73838 (patch)
tree8737350e62a6661f22c93a39300d410e13991363 /pym
parentread_corresponding_eapi_file: unicode, bug 398587 (diff)
downloadportage-ecf347fe2bde0f285b04070a13a170accdf73838.tar.gz
portage-ecf347fe2bde0f285b04070a13a170accdf73838.tar.bz2
portage-ecf347fe2bde0f285b04070a13a170accdf73838.zip
Add --human-readable to rsync opts for bug 269410
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/actions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 1725053a1..31d53f992 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -2024,6 +2024,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
"--whole-file", # Don't do block transfers, only entire files
"--delete", # Delete files that aren't in the master tree
"--stats", # Show final statistics about what was transfered
+ "--human-readable",
"--timeout="+str(mytimeout), # IO timeout if not done in X seconds
"--exclude=/distfiles", # Exclude distfiles from consideration
"--exclude=/local", # Exclude local from consideration