aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RsyncSync: fix PORTAGE_RSYNC_RETRIES (bug 497596)Zac Medico2017-10-271-1/+5
* Fix emerge --info when using webrsync (bug 630538)Nicolas Porcel2017-09-171-4/+4
* GitSync.retrieve_head: return str, not bytes (bug 625888)Zac Medico2017-08-091-2/+3
* GitSync: fix subprocess.CalledProcessError reference (bug 627416)Zac Medico2017-08-091-1/+1
* emerge: Add head commit per repo to --infoManuel Rüger2017-07-045-3/+32
* GitSync: Support setting environment variables for gitManuel Rüger2017-06-052-3/+26
* GitSync: fix spurious "sync-depth is deprecated" messages (bug 610708)Zac Medico2017-02-242-6/+7
* repos.conf: rename sync-depth option to clone-depthZac Medico2017-02-222-6/+12
* SyncManager: rename async method to sync_async (bug 607922)Zac Medico2017-02-071-2/+11
* Revert "GitSync.update: respect sync-depth (bug 552814)"Zac Medico2016-11-071-39/+2
* sync: always pass -q --unmerged to git-update-indexMike Gilbert2016-11-031-4/+1
* [sync] Run `git update-index --refresh` when doing shallow pullsMichał Górny2016-10-301-5/+16
* GitSync.update: handle git rev-list failure (bug 594822)Zac Medico2016-09-221-4/+10
* GitSync.update: use git reset --merge instead of --hard (bug 552814)Zac Medico2016-07-181-2/+2
* GitSync.update: respect sync-depth (bug 552814)Zac Medico2016-07-141-2/+25
* Remove unneeded native_kwargs wrapperMichał Górny2016-05-315-10/+10
* portage/module.py: Add 'sourcefile' attribute to the module_specBrian Dolbec2016-04-255-0/+5
* Add sync-git-clone-extra-opts and sync-git-pull-extra-optsBrian Dolbec2016-03-102-1/+8
* SyncManager.sync: always return 4-tuple (bug 567932)Zac Medico2015-12-121-3/+3
* SyncManager: redirect command stderr to stdout (bug 566132)Zac Medico2015-11-241-0/+7
* portage.sync.modules.cvs.CheckCVSConfig.check_cvs_repo(): Fix "KeyError: 'syn...Arfrever Frehtes Taifersar Arahesis2015-11-241-2/+2
* repos.conf: support sync-hooks-only-on-change attribute (bug 565172)Zac Medico2015-11-101-6/+12
* GitSync: skip metadata-transfer when appropriate (bug 564988)Zac Medico2015-11-071-1/+10
* RsyncSync: skip metadata-transfer when appropriate (bug 564988)Zac Medico2015-11-071-7/+10
* _argparse: punt the moduleMike Frysinger2015-10-291-1/+0
* SyncRepos.async: group sync and callback as composite task (bug 562264)Zac Medico2015-10-061-4/+35
* SyncManager.async: initialize attributes before fork (bug 561234)Zac Medico2015-09-231-4/+4
* git sync: Respect PORTAGE_QUIETConsus2015-09-041-7/+13
* sync: include metadata/layout.conf with profile submodule (bug 559122)Zac Medico2015-08-302-4/+4
* RsyncSync: add sync-rsync-vcs-ignore option (bug 296085)Zac Medico2015-08-302-4/+12
* sync repositories in parallel (bug 557426)Zac Medico2015-08-131-6/+25
* portage/sync.__init__.py: Trap KeyError in module_specific_options()Brian Dolbec2015-07-141-3/+5
* RsyncSync: don't pass None sync-rsync-extra-opts value into shlex_splitZac Medico2015-07-141-1/+1
* sync: Enable to set rsync extra opts per repositoryÉtienne Buira2015-07-142-3/+5
* sync: allow sync modules to have specific optionsÉtienne Buira2015-07-147-2/+19
* portage/sync/modules: Remove the squashdelta moduleBrian Dolbec2015-05-183-399/+0
* portage/sync/modules/rsync: Fix UnicodeDecodeError: bug 549826Brian Dolbec2015-05-181-3/+10
* portage/sync/modules/squashdelta: Fix Attribute error, None type object bug 5...Brian Dolbec2015-05-151-3/+4
* portage/sync/modules/squashdelta: Add some initial docstringsBrian Dolbec2015-05-111-0/+6
* portage/sync/modules/webrsync: Correct the kwargs.pop() to pop self.spawn_kwargsBrian Dolbec2015-05-111-1/+1
* portage/sync/modules/webrsync: Fileter out uid, gid, groups from kwargsBrian Dolbec2015-05-091-0/+4
* Contribute squashdelta syncing moduleMichał Górny2015-05-063-0/+392
* portage/sync/controller.py: Fix postsync hook regression (bug 547414)Brian Dolbec2015-04-221-2/+7
* portage/sync/modules/webrsync: Fix missed name variable renameBrian Dolbec2015-04-131-2/+2
* 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