[gentoo-dev] [warning] the bug queue has 87 bugs

2017-01-20 Thread Alex Alexander
Our bug queue has 87 bugs! If you have some spare time, please help assign/sort a few bugs. To view the bug queue, click here: http://bit.ly/m8PQS5 Thanks!

[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

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

2017-01-20 Thread Alexandru Elisei
--- pym/_emerge/actions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 6704afc..5e8d5c5 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2000,10 +2000,10 @@ def action_sync(emerge_config,