Re: [gentoo-portage-dev] Re: [PATCH V2] emerge: check correctly for --sync success (bug 606588)

2017-01-22 Thread Brian Dolbec
On Sun, 22 Jan 2017 17:29:39 -0800 Zac Medico wrote: > On 01/20/2017 11:23 AM, Alexandru Elisei wrote: > > The class SyncRepos will keep a list of (repo, returncode) tuples. > > If sync is unsuccessful emerge will use this list to return the > > first failed repository return

Re: [gentoo-portage-dev] Re: [PATCH V2] emerge: check correctly for --sync success (bug 606588)

2017-01-22 Thread Zac Medico
On 01/20/2017 11:23 AM, Alexandru Elisei wrote: > The class SyncRepos will keep a list of (repo, returncode) tuples. > If sync is unsuccessful emerge will use this list to return the first > failed repository return code. I've pushed a minimal fix:

[gentoo-portage-dev] Re: [PATCH V2] emerge: check correctly for --sync success (bug 606588)

2017-01-20 Thread Alexandru Elisei
The class SyncRepos will keep a list of (repo, returncode) tuples. If sync is unsuccessful emerge will use this list to return the first failed repository return code. --- pym/_emerge/actions.py | 9 ++--- pym/portage/emaint/modules/sync/sync.py | 11 ++- 2 files