Re: [Yum-devel] [PATCH] catch YumBaseErrors in utils (rhbz #523145)

2010-02-01 Thread Seth Vidal
On Mon, 1 Feb 2010, Tim Lauridsen wrote: --- utils.py |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/utils.py b/utils.py index 19a69db..2b0f655 100644 --- a/utils.py +++ b/utils.py @@ -198,6 +198,9 @@ class YumUtilBase(YumBaseCli): except plugins.PluginYumExi

[Yum-devel] [PATCH] catch YumBaseErrors in utils (rhbz #523145)

2010-02-01 Thread Tim Lauridsen
--- utils.py |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/utils.py b/utils.py index 19a69db..2b0f655 100644 --- a/utils.py +++ b/utils.py @@ -198,6 +198,9 @@ class YumUtilBase(YumBaseCli): except plugins.PluginYumExit, e: self.logger.critical(_('

Re: [Yum-devel] [PATCH] catch pluginexit sanely in utils, too: fixes rh bug https://bugzilla.redhat.com/show_bug.cgi?id=560341

2010-02-01 Thread Tim Lauridsen
On Mon, Feb 1, 2010 at 8:35 PM, Seth Vidal wrote: > --- > utils.py |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/utils.py b/utils.py > index dbbbe13..19a69db 100644 > --- a/utils.py > +++ b/utils.py > @@ -195,8 +195,10 @@ class YumUtilBase(YumBaseCli): >

[Yum-devel] [PATCH] catch pluginexit sanely in utils, too: fixes rh bug https://bugzilla.redhat.com/show_bug.cgi?id=560341

2010-02-01 Thread Seth Vidal
--- utils.py |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/utils.py b/utils.py index dbbbe13..19a69db 100644 --- a/utils.py +++ b/utils.py @@ -195,8 +195,10 @@ class YumUtilBase(YumBaseCli): except ValueError, e: self.logger.critical(_('Options

Re: [Yum-devel] [PATCH] Hack the changelog timestamps, so that ordering by timestamps alone will always preserve the original rpm order.

2010-02-01 Thread Seth Vidal
On Fri, 29 Jan 2010, Tim Lauridsen wrote: Creepy :) Yes it is creepy but _fine_ I'll keep my bitching and moaning to myself. ACK -sv ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel