* [gentoo-portage-dev] [PATCH] Remove bogus countdown during clean list printing (bug 501296)
@ 2014-02-14 21:22 Sebastian Luther
2014-02-17 7:56 ` Mike Frysinger
0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Luther @ 2014-02-14 21:22 UTC (permalink / raw
To: gentoo-portage-dev
Before this patch a fake unmerge countdown would be shown
after an @system package was printed. If the users aborts
at this point, it looked as if some packages were missing
from the clean list compared to the --pretend output.
---
pym/_emerge/unmerge.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pym/_emerge/unmerge.py b/pym/_emerge/unmerge.py
index b46b89c..f632a97 100644
--- a/pym/_emerge/unmerge.py
+++ b/pym/_emerge/unmerge.py
@@ -457,9 +457,6 @@ def _unmerge_display(root_config, myopts, unmerge_action,
writemsg_level(colorize("WARN","!!! Unmerging it may " + \
"be damaging to your system.\n\n"),
level=logging.WARNING, noiselevel=-1)
- if clean_delay and "--pretend" not in myopts and "--ask" not in myopts:
- countdown(int(settings["EMERGE_WARNING_DELAY"]),
- colorize("UNMERGE_WARN", "Press Ctrl-C to Stop"))
if not quiet:
writemsg_level("\n %s\n" % (bold(cp),), noiselevel=-1)
else:
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [gentoo-portage-dev] [PATCH] Remove bogus countdown during clean list printing (bug 501296)
2014-02-14 21:22 [gentoo-portage-dev] [PATCH] Remove bogus countdown during clean list printing (bug 501296) Sebastian Luther
@ 2014-02-17 7:56 ` Mike Frysinger
2014-02-17 20:37 ` Sebastian Luther
0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2014-02-17 7:56 UTC (permalink / raw
To: gentoo-portage-dev
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
On Friday, February 14, 2014 22:22:03 Sebastian Luther wrote:
> Before this patch a fake unmerge countdown would be shown
> after an @system package was printed. If the users aborts
> at this point, it looked as if some packages were missing
> from the clean list compared to the --pretend output.
Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-portage-dev] [PATCH] Remove bogus countdown during clean list printing (bug 501296)
2014-02-17 7:56 ` Mike Frysinger
@ 2014-02-17 20:37 ` Sebastian Luther
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Luther @ 2014-02-17 20:37 UTC (permalink / raw
To: gentoo-portage-dev
Am 17.02.2014 08:56, schrieb Mike Frysinger:
> On Friday, February 14, 2014 22:22:03 Sebastian Luther wrote:
>> Before this patch a fake unmerge countdown would be shown after
>> an @system package was printed. If the users aborts at this
>> point, it looked as if some packages were missing from the clean
>> list compared to the --pretend output.
>
> Acked-by: Mike Frysinger <vapier@gentoo.org> -mike
>
committed
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-17 20:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-14 21:22 [gentoo-portage-dev] [PATCH] Remove bogus countdown during clean list printing (bug 501296) Sebastian Luther
2014-02-17 7:56 ` Mike Frysinger
2014-02-17 20:37 ` Sebastian Luther
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox