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

Bug 261381

Summary: [PATCH] SYNC_METHOD
Product: Gentoo Linux Reporter: Caleb Cushing <xenoterracide>
Component: New packagesAssignee: Portage team <dev-portage>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: zmedico
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 261382    
Attachments: cleanup some of the action_sync() code
SYNC_METHOD patch

Description Caleb Cushing 2009-03-05 22:56:52 UTC
improve the consistency of how various ways of syncing are initated, to easily allow them to be functionalized later. to allow protocols that can operate with the same uri (e.g. git supports rsync://). avoid autodetection.

first 3 supported SYNC_METHOD="" 

rsync, git, cvs

an external method which will allow a user to specify a custom command should also be added. other methods may also be desirable.

per convo w/ zmedico

Reproducible: Always
Comment 1 Caleb Cushing 2009-03-05 22:58:34 UTC
Created attachment 184063 [details, diff]
cleanup some of the action_sync() code
Comment 2 Caleb Cushing 2009-03-05 22:59:15 UTC
Created attachment 184064 [details, diff]
SYNC_METHOD patch

this patch requires the other be applied first
Comment 3 Zac Medico gentoo-dev 2010-10-01 16:06:11 UTC
Please re-open if still interested (and see bug 240187 which tracks general repository support).