Re: [Yum-devel] [PATCH] add yum-cron back to yum

2011-01-12 Thread tim.laurid...@gmail.com
On Wed, Jan 12, 2011 at 11:09 PM, Seth Vidal wrote: > - add patch from Marko Myllynen to make the random > wait behave a bit better > - update spec file for correct deps > --- > etc/0yum.cron| 141 > ++ > etc/Makefile |7 +++ >

[Yum-devel] yum-utils 1.1.30 released.

2011-01-12 Thread tim.laurid...@gmail.com
yum-utils 1.1.30 released Check [1] for changes. yum-3.2.29 is need for this release. tarball: http://yum.baseurl.org/download/yum-utils/yum-utils-1.1.30.tar.gz SRPM http://yum.baseurl.org/download/yum-utils/yum-utils-1.1.30-1.src.rpm [1]: http://yum.baseurl.org/gitweb?p=yum-utils.git;a=blob;f

[Yum-devel] yum 3.2.29 released

2011-01-12 Thread seth vidal
Hi Folks, So it's been just about forever since a yum release and we had a deadline so - poof - a new yum release. :) A lot of changes - overall - stabilization and some feature additions. The normal set of speed/bugfix changes, though. Yum 3.2.29: Tarball: http://yum.baseurl.org/download/3.2

[Yum-devel] [PATCH] add yum-cron back to yum

2011-01-12 Thread Seth Vidal
- add patch from Marko Myllynen to make the random wait behave a bit better - update spec file for correct deps --- etc/0yum.cron| 141 ++ etc/Makefile |7 +++ etc/yum-cron | 102 e

Re: [Yum-devel] [PATCH 2/2] Convert YumBase exceptions from str(e) to exception2msg(e). BZ 669027.

2011-01-12 Thread James Antill
On Wed, 2011-01-12 at 10:14 -0800, Toshio Kuratomi wrote: > Note that there's a few places in this patch where you may start raising > a UnicodeException because before the code was either processing a str or > a unicode but your exception2msg() may return either a str or a unicode. > > A kitchen-

Re: [Yum-devel] [PATCH] Add SKIPBROKEN prefix to problem depsolve debug output show we can grep "SKIPBROKEN" to filter the yum debug output to see what problems skip-broken tries to resolve. I removed

2011-01-12 Thread James Antill
On Wed, 2011-01-12 at 18:24 +0100, Tim Lauridsen wrote: > --- > yum/depsolve.py |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) ACK. ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-d

Re: [Yum-devel] [PATCH 1/2] Move exception2msg into yum.i18n so everyone can use it easily.

2011-01-12 Thread Toshio Kuratomi
On Wed, Jan 12, 2011 at 06:29:36PM +0100, tim.laurid...@gmail.com wrote: > > > On Wed, Jan 12, 2011 at 5:39 PM, James Antill wrote: > > > >  Yeh, I thought Toshio replied with a better version of it for kitchen > when we did the initial patch(es). > >

Re: [Yum-devel] [PATCH 2/2] Convert YumBase exceptions from str(e) to exception2msg(e). BZ 669027.

2011-01-12 Thread Toshio Kuratomi
On Wed, Jan 12, 2011 at 10:14 AM, Toshio Kuratomi wrote: > > I'll give you a couple examples below: > I forgot to mention how to prevent new errors along with the examples. The fixes I'll mention all assume that you're not getting errors currently. (ie: they'll prevent new errors from creeping i

Re: [Yum-devel] [PATCH 2/2] Convert YumBase exceptions from str(e) to exception2msg(e). BZ 669027.

2011-01-12 Thread Toshio Kuratomi
Note that there's a few places in this patch where you may start raising a UnicodeException because before the code was either processing a str or a unicode but your exception2msg() may return either a str or a unicode. A kitchen-based exception2msg (either using something like I sent in reply to

Re: [Yum-devel] [PATCH 1/2] Move exception2msg into yum.i18n so everyone can use it easily.

2011-01-12 Thread Toshio Kuratomi
On Wed, Jan 12, 2011 at 11:22:56AM -0500, seth vidal wrote: > On Wed, 2011-01-12 at 09:58 -0500, James Antill wrote: > > --- > > utils.py| 23 +-- > > yum/i18n.py | 22 +- > > 2 files changed, 22 insertions(+), 23 deletions(-) > > > > diff --git a/u

Re: [Yum-devel] [PATCH 1/2] Move exception2msg into yum.i18n so everyone can use it easily.

2011-01-12 Thread tim.laurid...@gmail.com
On Wed, Jan 12, 2011 at 5:39 PM, James Antill wrote: > > > Yeh, I thought Toshio replied with a better version of it for kitchen > when we did the initial patch(es). > > ___ > Yum-devel mailing list > Yum-devel@lists.baseurl.org > http://lists.baseurl.o

[Yum-devel] [PATCH] Add SKIPBROKEN prefix to problem depsolve debug output show we can grep "SKIPBROKEN" to filter the yum debug output to see what problems skip-broken tries to resolve. I removed the

2011-01-12 Thread Tim Lauridsen
--- yum/depsolve.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yum/depsolve.py b/yum/depsolve.py index de2849a..3aaba0e 100644 --- a/yum/depsolve.py +++ b/yum/depsolve.py @@ -799,9 +799,9 @@ class Depsolve(object): continue don

Re: [Yum-devel] [PATCH 1/2] Move exception2msg into yum.i18n so everyone can use it easily.

2011-01-12 Thread James Antill
On Wed, 2011-01-12 at 11:22 -0500, seth vidal wrote: > On Wed, 2011-01-12 at 09:58 -0500, James Antill wrote: [...] > If the longer-term goal is to dump i18n for kitchen - should we think > about either: > > 1. putting exception2msg in kitchen > or > 2. putting exception2msg elsewhere in yum? Y

Re: [Yum-devel] [yum-utils] package-graph

2011-01-12 Thread Pierre-Yves
On Wed, 2011-01-12 at 11:15 -0500, seth vidal wrote: > > > > Why are these both shown in the output? Just one of them should > be > > > visible > > > > (and the other one deprecated but kept around for compatibilitys > > > sake): > > > >--show-duplicates show all versions of packages > > >

Re: [Yum-devel] [PATCH 1/2] Move exception2msg into yum.i18n so everyone can use it easily.

2011-01-12 Thread seth vidal
On Wed, 2011-01-12 at 09:58 -0500, James Antill wrote: > --- > utils.py| 23 +-- > yum/i18n.py | 22 +- > 2 files changed, 22 insertions(+), 23 deletions(-) > > diff --git a/utils.py b/utils.py > index ced6ba0..8891ddf 100644 > --- a/utils.py > +++

Re: [Yum-devel] [yum-utils] package-graph

2011-01-12 Thread seth vidal
On Tue, 2011-01-11 at 21:28 +0100, Pierre-Yves wrote: > On Fri, 2011-01-07 at 15:46 +0100, Pierre-Yves wrote: > > On Thu, Dec 23, 2010 at 02:07:34PM +0200, Panu Matilainen wrote: > > > > > > Why are these both shown in the output? Just one of them should be > > visible > > > (and the other one de

Re: [Yum-devel] [PATCH] Remove redundant dependson lines in skip-broken debug output.

2011-01-12 Thread James Antill
On Wed, 2011-01-12 at 16:53 +0100, Tim Lauridsen wrote: > Now we get very long skip-broken transaction listings with -d9 [...] > diff --git a/yum/__init__.py b/yum/__init__.py > index 39ed0db..d8c5c3f 100644 > --- a/yum/__init__.py > +++ b/yum/__init__.py > @@ -1289,7 +1289,7 @@ class YumBase(depso

[Yum-devel] [PATCH] Remove redundant dependson lines in skip-broken debug output.

2011-01-12 Thread Tim Lauridsen
Now we get very long skip-broken transaction listings with -d9 SKIPBROKEN: update : ocaml-runtime-3.12.0-3.fc15.x86_64 SKIPBROKEN: dependson : coccinelle-0.2.5-0.rc1.2.fc15.x86_64 SKIPBROKEN: dependson : coccinelle-0.2.5-0.rc1.2.fc15.x86_64 SKIPBROKEN:

[Yum-devel] [PATCH 2/2] Convert YumBase exceptions from str(e) to exception2msg(e). BZ 669027.

2011-01-12 Thread James Antill
--- cli.py |8 yumcommands.py | 48 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/cli.py b/cli.py index 640f190..b50e6a2 100644 --- a/cli.py +++ b/cli.py @@ -43,7 +43,7 @@ from yum.rpmtrans import RPMTransac

[Yum-devel] [PATCH 1/2] Move exception2msg into yum.i18n so everyone can use it easily.

2011-01-12 Thread James Antill
--- utils.py| 23 +-- yum/i18n.py | 22 +- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/utils.py b/utils.py index ced6ba0..8891ddf 100644 --- a/utils.py +++ b/utils.py @@ -21,7 +21,7 @@ import yum from cli import * from yum impo