Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261381 - [PATCH] SYNC_METHOD
Summary: [PATCH] SYNC_METHOD
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 261382
  Show dependency tree
 
Reported: 2009-03-05 22:56 UTC by Caleb Cushing
Modified: 2010-10-01 16:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cleanup some of the action_sync() code (0001-code-cleanup.patch,1.29 KB, patch)
2009-03-05 22:58 UTC, Caleb Cushing
Details | Diff
SYNC_METHOD patch (0002-SYNC_METHOD.patch,1.98 KB, patch)
2009-03-05 22:59 UTC, Caleb Cushing
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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).