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-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
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
- 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
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-
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
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).
>
>
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
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
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
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/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
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
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
> > >
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
> +++
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
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
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:
---
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
---
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
20 matches
Mail list logo