Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 269410

Summary: Add --human-readable to PORTAGE_RSYNC_OPTS
Product: Portage Development Reporter: Davide Pesavento <pesa>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: enhancement CC: pacho, wolf31o2
Priority: Normal Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 402213    

Description Davide Pesavento (RETIRED) gentoo-dev 2009-05-11 14:01:22 UTC
Currently the output at the end of an emerge --sync (produced by rsync's --stats option) is usually hard to read. Therefore I propose to add --human-readable (-h) to PORTAGE_RSYNC_OPTS, to improve the readability of such stats. This option was introduced in rsync version 2.6.7, released on Mar 11, 2006.

[ from rsync's man page ]
-h, --human-readable
Output numbers in a more human-readable format.  This makes big numbers output using larger units, with a K, M, or G  suffix.   If  this  option  was specified once,  these units are K (1000), M (1000*1000), and G (1000*1000*1000); if the option is repeated, the units are powers of 1024 instead of 1000.
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2012-01-12 10:44:57 UTC
ping?
Comment 3 Zac Medico gentoo-dev 2012-02-04 23:31:01 UTC
This is fixed in 2.1.10.45 and 2.2.0_alpha85.