Re: [Yum-devel] [PATCH] Write out the right Environment syntax (#856372)

2012-09-12 Thread James Antill
On Tue, 2012-09-11 at 16:01 -0700, Jesse Keating wrote: > The comps input has it as not as , and since it > refers to a group, by ID, it makes sense to use as the > element tag. > --- > yum/comps.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Pushed and building in Fedora now. ___

[Yum-devel] [PATCH] Fix the deadlock issue. BZ 856363

2012-09-12 Thread Zdeněk Pavlas
- make readline() of child's stdout/stderr non-blocking - process all available data at once - add some sleep() between iterations --- createrepo/__init__.py | 27 ++- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git a/createrepo/__init__.py b/createrepo/__in