Re: [Yum-devel] [PATCH] Copy quick en/dis able to repos when repo is added

2009-07-21 Thread James Antill
On Tue, 2009-07-21 at 10:44 -0400, Seth Vidal wrote: > > On Tue, 21 Jul 2009, James Antill wrote: > > > --- > > yum/repos.py |1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/yum/repos.py b/yum/repos.py > > index ac3e197..32d3426 100644 > > --- a/yum/repos.py > >

Re: [Yum-devel] [PATCH] Have pkgtup not be low in excluder, so we can use pkg.pkgtup (as we do)

2009-07-21 Thread Seth Vidal
On Tue, 21 Jul 2009, James Antill wrote: --- yum/sqlitesack.py |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/yum/sqlitesack.py b/yum/sqlitesack.py index 7f61190..e9b8112 100644 --- a/yum/sqlitesack.py +++ b/yum/sqlitesack.py @@ -150,14 +150,10 @@ def _excluder_ma

Re: [Yum-devel] [PATCH] Copy quick en/dis able to repos when repo is added

2009-07-21 Thread Seth Vidal
On Tue, 21 Jul 2009, James Antill wrote: --- yum/repos.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/yum/repos.py b/yum/repos.py index ac3e197..32d3426 100644 --- a/yum/repos.py +++ b/yum/repos.py @@ -97,6 +97,7 @@ class RepoStorage: raise Errors.Duplic

Re: [Yum-devel] sending patches to the list first

2009-07-21 Thread Jeremy Katz
On Tuesday, July 21 2009, Seth Vidal said: > As James has just demonstrated, we're going to take a cue from the > anaconda developers and start sending all patches to this list and > getting any other committer to sign off on the patch(es) before > committing them. This goes for all committer

Re: [Yum-devel] sending patches to the list first

2009-07-21 Thread James Antill
On Tue, 2009-07-21 at 10:15 -0400, Seth Vidal wrote: > Hi all, >As James has just demonstrated, we're going to take a cue from the > anaconda developers and start sending all patches to this list and getting > any other committer to sign off on the patch(es) before committing them. > This go

[Yum-devel] [PATCH] Have pkgtup not be low in excluder, so we can use pkg.pkgtup (as we do)

2009-07-21 Thread James Antill
--- yum/sqlitesack.py |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/yum/sqlitesack.py b/yum/sqlitesack.py index 7f61190..e9b8112 100644 --- a/yum/sqlitesack.py +++ b/yum/sqlitesack.py @@ -150,14 +150,10 @@ def _excluder_match(excluder, match, regexp_match, data, e,

[Yum-devel] sending patches to the list first

2009-07-21 Thread Seth Vidal
Hi all, As James has just demonstrated, we're going to take a cue from the anaconda developers and start sending all patches to this list and getting any other committer to sign off on the patch(es) before committing them. This goes for all committers. It's not really a big pain in the ass

[Yum-devel] [PATCH] Copy quick en/dis able to repos when repo is added

2009-07-21 Thread James Antill
--- yum/repos.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/yum/repos.py b/yum/repos.py index ac3e197..32d3426 100644 --- a/yum/repos.py +++ b/yum/repos.py @@ -97,6 +97,7 @@ class RepoStorage: raise Errors.DuplicateRepoError, 'Repository %s is listed more