Re: [Yum-devel] [PATCH] Sort output in printTransaction() -- skip-broken debug output

2010-01-14 Thread Seth Vidal
On Thu, 14 Jan 2010, James Antill wrote: --- yum/__init__.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index b93dd0c..1085f21 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -1043,10 +1043,10 @@ class YumBase(depsolve.Dep

Re: [Yum-devel] [PATCH 2/2] make sure we're only skipping the exception if we are doing a primary or global setup of the repos/sacks and disable it if it falls over.

2010-01-14 Thread James Antill
On Thu, 2010-01-14 at 16:49 -0500, Seth Vidal wrote: > --- > yum/repos.py |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/yum/repos.py b/yum/repos.py > index e0c0452..248753e 100644 > --- a/yum/repos.py > +++ b/yum/repos.py > @@ -277,8 +277,9 @@ class RepoStorage

[Yum-devel] [PATCH 2/2] make sure we're only skipping the exception if we are doing a primary or global setup of the repos/sacks and disable it if it falls over.

2010-01-14 Thread Seth Vidal
--- yum/repos.py |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/yum/repos.py b/yum/repos.py index e0c0452..248753e 100644 --- a/yum/repos.py +++ b/yum/repos.py @@ -277,8 +277,9 @@ class RepoStorage: try: sack.populate(repo, mdtype, callba

[Yum-devel] [PATCH 1/2] complete CRACK -- allow repos to be explicitly set to be skipped if for any reason they cannot be located.

2010-01-14 Thread Seth Vidal
I know I know - I said I would never do this but I gave up on it given how horribly broken a number of commonly enabled repos are. --- yum/config.py |1 + yum/repos.py | 10 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/yum/config.py b/yum/config.py index 7e2d781

[Yum-devel] [PATCH] Sort output in printTransaction() -- skip-broken debug output

2010-01-14 Thread James Antill
--- yum/__init__.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index b93dd0c..1085f21 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -1043,10 +1043,10 @@ class YumBase(depsolve.Depsolve): TS_UPDATED: "

Re: [Yum-devel] [PATCH] complete CRACK -- allow repos to be explicitly set to be skipped if for any reason they cannot be located.

2010-01-14 Thread James Antill
On Thu, 2010-01-14 at 13:18 -0500, Seth Vidal wrote: > I know I know - I said I would never do this but I gave up on it given how > horribly broken a number of commonly enabled repos are. I guess my biggest concern is where this try/catch is done. > diff --git a/yum/repos.py b/yum/repos.py > ind

[Yum-devel] [PATCH] complete CRACK -- allow repos to be explicitly set to be skipped if for any reason they cannot be located.

2010-01-14 Thread Seth Vidal
I know I know - I said I would never do this but I gave up on it given how horribly broken a number of commonly enabled repos are. --- yum/config.py |1 + yum/repos.py | 10 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/yum/config.py b/yum/config.py index 7e2d781