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

Bug 150883

Summary: PORTAGE_RSYNC_EXTRA_OPTS include
Product: Portage Development Reporter: Gregory Bleiker <gregory>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: minor Keywords: InVCS
Priority: High    
Version: 2.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 147007    

Description Gregory Bleiker 2006-10-11 05:36:49 UTC
If you specify any "--no-xyz" in PORTAGE_RSYNC_EXTRA_OPTS, then the values in PORTAGE_RSYNC_OPTS will override these settings. So I guess rsync is called with

rsync PORTAGE_RSYNC_EXTRA_OPTS PORTAGE_RSYNC_OPTS

To my mind it should be
rsync  PORTAGE_RSYNC_OPTS PORTAGE_RSYNC_EXTRA_OPTS

so that you can specifically turn off values (like --no-perms)
Comment 1 Zac Medico gentoo-dev 2006-10-11 09:50:17 UTC
Thanks, this is fixed in svn r4659.
Comment 2 Zac Medico gentoo-dev 2006-10-11 20:26:10 UTC
This has been released in 2.1.2_pre2-r9.