[Yum-devel] [PATCH 2/2] Change pkg.verify slightly so that we don't have to init, and add the callback.

2010-07-01 Thread James Antill
--- yum/packages.py | 60 +++--- 1 files changed, 52 insertions(+), 8 deletions(-) diff --git a/yum/packages.py b/yum/packages.py index 3f1f57d..8f160da 100644 --- a/yum/packages.py +++ b/yum/packages.py @@ -1578,23 +1578,46 @@ class _RPMVerifyPac

[Yum-devel] [PATCH 1/2] Add YumBase.verify_plugins_cb, to be used as the callback to pkg.verify()

2010-07-01 Thread James Antill
--- yum/__init__.py |5 + yum/plugins.py |6 ++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index 15dad25..d967db0 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -4705,3 +4705,8 @@ class YumBase(depsolve.Depsolve):

Re: [Yum-devel] [PATCH] Giant change to pkg.verify, this is the first step to allow plugins to alter what we are going to verify. Of course 666 hours after starting this I realize we don't have a YumB

2010-07-01 Thread seth vidal
On Wed, 2010-06-30 at 18:26 -0400, James Antill wrote: > Amusingly this also fixes a few weird edge case bugs. > --- > yum/packages.py | 373 > ++- > 1 files changed, 258 insertions(+), 115 deletions(-) > ACK the changes- they help make the