Re: [Yum-devel] [PATCH] add the functionality of remove_with_leaves to core

2010-11-08 Thread seth vidal
On Mon, 2010-11-08 at 19:39 +0200, Ville Skyttä wrote: > On Friday 05 November 2010, Seth Vidal wrote: > > - works much better than remove_with_leaves > > - better output > > - config makes more sense: clean_requirements_on_remove = BoolOption(False) > > - uses yumdb.reason to drive it - dep-instal

Re: [Yum-devel] [PATCH] - Make downgrade testcase - fix test DepsolveProgressCallback to handle downgrade - fix skip-broken code to handle downgrades - prefix all skipbroken debug message with 'SKIPBR

2010-11-08 Thread tim.laurid...@gmail.com
On Fri, Nov 5, 2010 at 8:26 AM, Tim Lauridsen wrote: > --- > test/skipbroken-tests.py | 19 ++- > test/testbase.py | 12 +++- > yum/__init__.py | 16 ++-- > 3 files changed, 35 insertions(+), 12 deletions(-) > > diff --git a/test/skipbrok

Re: [Yum-devel] [PATCH] add the functionality of remove_with_leaves to core

2010-11-08 Thread Ville Skyttä
On Friday 05 November 2010, Seth Vidal wrote: > - works much better than remove_with_leaves > - better output > - config makes more sense: clean_requirements_on_remove = BoolOption(False) > - uses yumdb.reason to drive it - dep-installs only > - testing and opt required Does "opt" mean a command l

[Yum-devel] yum-utils-1.1.29 Released

2010-11-08 Thread tim.laurid...@gmail.com
yum-utils 1.1.29 is now released. check the changelog[1] for changes repoquery need some new yum stuff, so you need yum git HEAD to use it, until yum 3.2.29 is released. tarball : http://yum.baseurl.org/download/yum-utils/yum-utils-1.1.29.tar.gz srpm: http://yum.baseurl.org/download/yum-utils/y

Re: [Yum-devel] [PATCH] add the functionality of remove_with_leaves to core

2010-11-08 Thread tim.laurid...@gmail.com
On Fri, Nov 5, 2010 at 10:41 PM, Seth Vidal wrote: > - works much better than remove_with_leaves > - better output > - config makes more sense: clean_requirements_on_remove = BoolOption(False) > - uses yumdb.reason to drive it - dep-installs only > - testing and opt required > --- > test/testbase