[PATCH] Execute the yum transaction in another process

Chris Lumens clumens at redhat.com
Wed Mar 27 14:40:38 UTC 2013


> +        statusQ.put((STATUS_DEBUG, ["populate transaction set"]))

My only comment is a style thing.  In other places where I have the
message queue, I found it nice to write some convenience functions so
instead of the above, I could use:

    send_debug("populate transaction set")

See pyanaconda/ui/communication.py for details.

At this point, we have enough queues to where it might be worth trying
to genericize things a bit.

- Chris



More information about the anaconda-patches mailing list