---
yum/yumRepo.py |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index 8d7617e..b67b897 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -1552,9 +1552,17 @@ class YumRepository(Repository, config.RepoConf):
try:
---
yum/yumRepo.py |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index 8d7617e..d5aa22b 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -1552,6 +1552,13 @@ class YumRepository(Repository, config.RepoConf):
try:
On Tue, 2010-03-30 at 16:41 -0400, Mike Bonnet wrote:
> On 03/30/2010 04:18 PM, James Antill wrote:
> > @staticmethod
> > -def _compile_patterns(patterns, ignore_case=False):
> > +def _compile_patterns(self, patterns, ignore_case=False):
>
> Static methods don't get passed "self".
Y
---
yum/rpmsack.py | 31 ++-
1 files changed, 26 insertions(+), 5 deletions(-)
diff --git a/yum/rpmsack.py b/yum/rpmsack.py
index 4580150..4c17b67 100644
--- a/yum/rpmsack.py
+++ b/yum/rpmsack.py
@@ -142,6 +142,7 @@ class RPMDBPackageSack(PackageSackBase):
s
We won't find a key, but at least we don't traceback b/c of it.
apparently this can happen if the key we're handed is only a subkey.
---
yum/pgpmsg.py |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yum/pgpmsg.py b/yum/pgpmsg.py
index f8dccdb..454768a 100644
--- a/yum/pgp
On 03/30/2010 04:18 PM, James Antill wrote:
> @staticmethod
> -def _compile_patterns(patterns, ignore_case=False):
> +def _compile_patterns(self, patterns, ignore_case=False):
Static methods don't get passed "self".
___
Yum-devel mailing lis
---
yum/rpmsack.py| 17 -
yum/sqlitesack.py | 26 +-
2 files changed, 41 insertions(+), 2 deletions(-)
diff --git a/yum/rpmsack.py b/yum/rpmsack.py
index 8289cd2..4580150 100644
--- a/yum/rpmsack.py
+++ b/yum/rpmsack.py
@@ -144,6 +144,7 @@ class RPM
On Tuesday 30 March 2010, Seth Vidal wrote:
> On Tue, 30 Mar 2010, Ville Skyttä wrote:
> > etc/yum.bash |4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > New commits:
> > commit d38a25828b7699a6ffdaaecb06ba223ff2d24edb
> > Author: Ville Skytt??
> > Date: Tue Mar 30 18:47:3
On Tue, 30 Mar 2010, James Antill wrote:
yum/__init__.py |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ecfd7b5e643bab7337d44c981157768b86cab439
Author: James Antill
Date: Tue Mar 30 14:31:11 2010 -0400
Test for repo_setopts, only there for cli
diff --git
On Tue, 30 Mar 2010, Ville Skyttä wrote:
etc/yum.bash |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d38a25828b7699a6ffdaaecb06ba223ff2d24edb
Author: Ville Skytt??
Date: Tue Mar 30 18:47:35 2010 +0300
Add --setopt to completions.
Ville, thank you for
On Fri, 26 Mar 2010, hu xiaoying wrote:
Dear All: Now, i have some problems about deltarpm as following:
<1> What's happen with "DeprecationWarning: the sha module is
deprecated; use the hashlib module
instead" while running commands with "createdeltarpms ..." and "createpro
On Tue, 2010-03-30 at 09:38 -0400, Seth Vidal wrote:
>
> On Tue, 23 Mar 2010, Dennis Gregorovic wrote:
>
> > Hi,
> >
> > I put together a script called diff-comps.py that may be a good fit for
> > yum-utils. It takes in two comps.xml files, creates Comps objects, and
> > then prints a list of t
On Tue, 23 Mar 2010, Dennis Gregorovic wrote:
Hi,
I put together a script called diff-comps.py that may be a good fit for
yum-utils. It takes in two comps.xml files, creates Comps objects, and
then prints a list of the differences. I've attached the script as well
as sample output.
You wil
On Tue, Mar 30, 2010 at 4:26 AM, Seth Vidal wrote:
> this allows setting any config option by name. Either globally or in
> any repo config.
> globally: --setopt=optname=value
> repo: --setopt=repoid.optname=value
> ---
> cli.py | 49 +
>
14 matches
Mail list logo