From ecf347fe2bde0f285b04070a13a170accdf73838 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 12 Jan 2012 03:26:13 -0800 Subject: Add --human-readable to rsync opts for bug 269410 --- pym/_emerge/actions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/_emerge') 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 -- cgit v1.2.3-1-g7c22