[Yum-devel] [UG] [PATCH] fix document so urlgrabber --help all will show the right option help

2010-12-16 Thread Zhigang Wang
--- urlgrabber/grabber.py | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py index 134050d..31abbd7 100644 --- a/urlgrabber/grabber.py +++ b/urlgrabber/grabber.py @@ -217,44 +217,44 @@ GENERAL ARGUMENTS (kwarg

Re: [Yum-devel] Prefer ppc64 config option/plugin

2010-12-16 Thread Josh Boyer
On Wed, Dec 8, 2010 at 12:01 PM, James Antill wrote: >> >> okay the bestarch/basearch/compatarch stuff: >> >> here's what has to happen - all of this needs to be in the archstorage >> class. That way it can be redefined in runtime w/o worrying about what >> it was elsewhere. >> >> So the trick is

[Yum-devel] [UG] Can anyone help to port urlgrabber to work with pycurl 7.15.5.1

2010-12-16 Thread Zhigang Wang
Hi all, With pycurl 7.15.5.1 and python 2.4 (RHEL5), I get: File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 664, in conf = property(fget=lambda self: self._getConfig(), File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 217, in _getConfig startupconf = config.

[Yum-devel] [UG] [PATCH] back port httplib.responses so urlgrabber can run on python 2.4

2010-12-16 Thread Zhigang Wang
--- urlgrabber/grabber.py | 54 - 1 files changed, 53 insertions(+), 1 deletions(-) diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py index 31abbd7..ed0616b 100644 --- a/urlgrabber/grabber.py +++ b/urlgrabber/grabber.py @@ -431,7 +431,6 @