aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* portage/sync: Fix Syncbase _has_bin() bug 539706Brian Dolbec2015-02-122-4/+5
* portage/sync/modules/rsync: Fixed missed is_synced setting for timestamps matchBrian Dolbec2015-02-091-0/+1
* portage/sync/controller.py: Fix missed self.portdb assignment bug 539478Brian Dolbec2015-02-091-1/+2
* portage/sync/controller.py: Fix commit 7909ed55ba, failure to import writemsgBrian Dolbec2015-02-091-1/+1
* portage/sync/modules: Rename the websync module to webrsyncBrian Dolbec2015-02-062-0/+0
* portage/sync: Some final pyflakes code cleanupBrian Dolbec2015-01-304-14/+2
* portage/sync/syncbase.py: Change has_bin to an @property functionBrian Dolbec2015-01-302-11/+21
* portage/sync: Break out a NewBase class from SyncBaseBrian Dolbec2015-01-306-53/+64
* update LOGNAME variable when appropriate (534722)Zac Medico2015-01-191-6/+12
* cvs sync: fix the moduleMichał Górny2015-01-181-22/+14
* svn sync: fix the moduleMichał Górny2015-01-181-25/+17
* sync: unify syncing messages and reduce noiseMichał Górny2015-01-186-41/+18
* sync: fix module_names enumerationMichał Górny2015-01-181-1/+1
* git sync: replace 'git rev-parse' with safer '.git' checkMichał Górny2015-01-181-13/+1
* sync: support sync-depth for DVCS-es (git --depth)Michał Górny2015-01-182-2/+32
* Use _SUBMODULE_PATH_MAP keys for option choicesZac Medico2015-01-072-7/+9
* Add --sync-submodule <glsa|news|profiles> (534070)Zac Medico2015-01-052-4/+30
* sync: ensure sync_{umask,user} is respected when creating repoMichał Górny2014-12-071-6/+18
* sync: allow overriding sync-user for the repositoryMichał Górny2014-12-071-1/+50
* sync: allow overriding sync-umask for the repositoryMichał Górny2014-12-071-0/+3
* portage/sync/controller.py: Remove a debug print() missedBrian Dolbec2014-12-071-1/+0
* portage/sync/controller.py: Make a repo.postsync.d directoryBrian Dolbec2014-12-061-14/+22
* portage/sync/modules/cvs/__init__.py: fix missed parameter change in CheckSyn...Brian Dolbec2014-12-051-2/+2
* portage/sync/controller.py: Wrap variables with _unicode_decode for writemsg_...Brian Dolbec2014-12-041-4/+8
* portage/sync/controller.py: Add repo location to parameters passed to post_sy...Brian Dolbec2014-12-041-3/+3
* GitSync: support file:// sync-uriZac Medico2014-12-041-1/+4
* RsyncSync: support file:// sync-uriZac Medico2014-12-041-2/+11
* SyncRepos: manage global variablesZac Medico2014-12-041-23/+0
* git sync: remove unneeded post_syncZac Medico2014-12-041-16/+2
* Remove obsolete git_sync_timestamps function.Zac Medico2014-12-042-161/+1
* _sync_callback: check for md5-cache, not cacheZac Medico2014-12-041-1/+2
* Sync: Implement native postsync.d hook codeBrian Dolbec2014-12-041-11/+25
* Sync: Update __init__.py docstrings to use a variableBrian Dolbec2014-12-045-29/+26
* sync/controller.py: Use assert() on tasks, funcBrian Dolbec2014-12-041-2/+3
* portage/sync/controller.py: Remove list copy, module_names list is not modifiedBrian Dolbec2014-12-041-1/+1
* portage/sync/controller.sync(): Migrate writemsg() call to return the error m...Brian Dolbec2014-12-041-7/+6
* Move module.py and progress.py from emaint to portage namespaceBrian Dolbec2014-12-042-2/+2
* portage/sync: Add additional output info for unsupported sync-typesBrian Dolbec2014-12-042-2/+7
* sync/syncbase.py: Fix the self.has_bin logicBrian Dolbec2014-12-041-10/+12
* sync/modules/svn: Add snv upgrade to sync operationBrian Dolbec2014-12-041-0/+23
* portage/sync/modules: Add svn sync moduleDavid Heidelberger2014-12-042-0/+113
* sync/modules/websync: Make the bash version operationalBrian Dolbec2014-12-041-20/+34
* sync/modules/rsync: Refactor legacy codeBrian Dolbec2014-12-041-241/+267
* sync/modules/*: Remove unused func_parameters in module_specBrian Dolbec2014-12-044-40/+0
* modules/*/__init__.py: Rename module1 dictionary keysBrian Dolbec2014-12-044-6/+14
* Code the new validate_config systemBrian Dolbec2014-12-047-4/+122
* portage/sync: Move the Modules, SyncManager initialization codeBrian Dolbec2014-12-042-7/+35
* portage/sync/modules/cvs: Use SyncBase class.Brian Dolbec2014-12-041-51/+7
* portage/sync/modules/git: Use SyncBase class.Brian Dolbec2014-12-041-48/+8
* portage/sync/modules/rsync: Use SyncBase class.Brian Dolbec2014-12-041-47/+7