Re: [Yum-devel] [PATCH] Fix the indentation on key_installed.

2010-06-22 Thread James Antill
On Tue, 2010-06-22 at 16:47 -0400, seth vidal wrote: > On Tue, 2010-06-22 at 16:20 -0400, James Antill wrote: > > --- > > yum/__init__.py | 28 +--- > > 1 files changed, 13 insertions(+), 15 deletions(-) > > > > diff --git a/yum/__init__.py b/yum/__init__.py > > index 73

Re: [Yum-devel] [PATCH 2/2] - move historyend call to before history.end() - fix a couple of typos - check to make sure we're not saving _nothing_

2010-06-22 Thread James Antill
On Tue, 2010-06-22 at 16:42 -0400, Seth Vidal wrote: > --- > yum/__init__.py |4 +++- > yum/history.py | 12 +--- > 2 files changed, 12 insertions(+), 4 deletions(-) ACK to both. ___ Yum-devel mailing list Yum-devel@lists.baseurl.org ht

Re: [Yum-devel] [PATCH] Fix the indentation on key_installed.

2010-06-22 Thread seth vidal
On Tue, 2010-06-22 at 16:20 -0400, James Antill wrote: > --- > yum/__init__.py | 28 +--- > 1 files changed, 13 insertions(+), 15 deletions(-) > > diff --git a/yum/__init__.py b/yum/__init__.py > index 73ec7c3..bd2c60a 100644 > --- a/yum/__init__.py > +++ b/yum/__init__.

[Yum-devel] [PATCH 2/2] - move historyend call to before history.end() - fix a couple of typos - check to make sure we're not saving _nothing_

2010-06-22 Thread Seth Vidal
--- yum/__init__.py |4 +++- yum/history.py | 12 +--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index 5665617..9a0bc15 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -1351,8 +1351,9 @@ class YumBase(depsolve.Depsolve):

[Yum-devel] [PATCH 1/2] - add historyend and historybegin plugin conduits - add history write_addon_data and an addon_data path so we can write out arbitrary data to a file stored per history file and

2010-06-22 Thread Seth Vidal
--- yum/__init__.py |5 +++-- yum/history.py | 54 +- yum/plugins.py |7 +++ 3 files changed, 63 insertions(+), 3 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index 4fbf342..6bcc666 100644 --- a/yum/__init__.py +++

Re: [Yum-devel] [PATCH] - add historyend and historybegin plugin conduits - add history write_addon_data and an addon_data path so we can write out arbitrary data to a file stored per history file and

2010-06-22 Thread seth vidal
On Tue, 2010-06-22 at 16:26 -0400, James Antill wrote: > On Tue, 2010-06-22 at 15:56 -0400, seth vidal wrote: > > On Tue, 2010-06-22 at 00:58 -0400, James Antill wrote: > > > > - > > > > +self.plugins.run('historybegin') > > > > # Just before we update the transaction, update

Re: [Yum-devel] [PATCH] - add historyend and historybegin plugin conduits - add history write_addon_data and an addon_data path so we can write out arbitrary data to a file stored per history file and

2010-06-22 Thread James Antill
On Tue, 2010-06-22 at 15:56 -0400, seth vidal wrote: > On Tue, 2010-06-22 at 00:58 -0400, James Antill wrote: > > > - > > > +self.plugins.run('historybegin') > > > # Just before we update the transaction, update what we think > > > the > > > # rpmdb will look like. T

[Yum-devel] [PATCH] Fix the indentation on key_installed.

2010-06-22 Thread James Antill
--- yum/__init__.py | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index 73ec7c3..bd2c60a 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -4286,13 +4286,13 @@ class YumBase(depsolve.Depsolve):

[Yum-devel] [PATCH 2/2] Make the "installing gpg key" messages nicer, showing the owning package.

2010-06-22 Thread James Antill
--- yum/__init__.py | 32 1 files changed, 24 insertions(+), 8 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index 3ad8a84..73ec7c3 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -4210,6 +4210,28 @@ class YumBase(depsolve.Depsolve):

[Yum-devel] [PATCH 1/2] GPG provides can have spaces: gpg(Fedora (13) ).

2010-06-22 Thread James Antill
--- yum/misc.py |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/yum/misc.py b/yum/misc.py index 35b8056..9d3180b 100644 --- a/yum/misc.py +++ b/yum/misc.py @@ -648,7 +648,9 @@ def string_to_prco_tuple(prcoString): n = prcoString f = v = None

Re: [Yum-devel] [PATCH] - add historyend and historybegin plugin conduits - add history write_addon_data and an addon_data path so we can write out arbitrary data to a file stored per history file and

2010-06-22 Thread seth vidal
On Tue, 2010-06-22 at 00:58 -0400, James Antill wrote: > > - > > +self.plugins.run('historybegin') > > # Just before we update the transaction, update what we think the > > # rpmdb will look like. This needs to be done before the run, so > > that if > > # "s

[Yum-devel] a few more repoquery docs

2010-06-22 Thread seth vidal
After answering a question on repoquery this morning I realized I should have typed something up long ago: http://yum.baseurl.org/wiki/RepoQuery edits/comments/questions welcome. Also if you have docs you'd like to contribute to the yum guides: http://yum.baseurl.org/wiki/Guides please chime i

Re: [Yum-devel] [PATCH] Add nocollections tsflags option

2010-06-22 Thread Panu Matilainen
On Thu, 17 Jun 2010, seth vidal wrote: On Thu, 2010-06-17 at 16:38 -0400, James Antill wrote: --- yum/depsolve.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/yum/depsolve.py b/yum/depsolve.py index 3e95626..997d0ed 100644 --- a/yum/depsolve.py +++ b/yum/depsolv