Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Scheduler: increase visiblity of postinst failures (bug 547778)
Date: Mon, 04 May 2015 03:03:25
Message-Id: 20150503200311.2b2c2251.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] Scheduler: increase visiblity of postinst failures (bug 547778) by Zac Medico
1 On Sun, 3 May 2015 14:40:07 -0700
2 Zac Medico <zmedico@g.o> wrote:
3
4 > This makes postinst failures behave more like "real" failures in
5 > terms of output and the final emerge return code. However, in other
6 > respects, these packages will be treated as successful installations.
7 > This means that they will not cause emerge to immediately exit, and
8 > they will not trigger recalculation of dependencies when --keep-going
9 > is enabled.
10 >
11 > X-Gentoo-Bug: 547778
12 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=547778
13 > ---
14 > pym/_emerge/EbuildMerge.py | 3 ++-
15 > pym/_emerge/PackageMerge.py | 9 +++++++--
16 > pym/_emerge/Scheduler.py | 20 +++++++++++++++++---
17 > pym/portage/const.py | 2 ++
18 > pym/portage/dbapi/_MergeProcess.py | 9 ++++++++-
19 > pym/portage/dbapi/vartree.py | 6 ++++++
20 > 6 files changed, 42 insertions(+), 7 deletions(-)
21 >
22
23
24 patch looks good :)
25
26
27
28
29
30 --
31 Brian Dolbec <dolsen>