Re: [Yum-devel] External Downloader support in URLGrabber

2012-07-09 Thread Hedayat Vatankhah
Hi, Actually, I'd like to adopt my yum-fast-downloader plugin with the recent changes and make it an external downloader for URLGrabber. However, currently the external downloader is hard-coded in grabber.py, so the only way to use a different external downloader is to modify grabber.py, or repl

Re: [Yum-devel] [PATCH] Fix a typo in doFinalMove(), do not keep other.sqlite.bz2. BZ 836917

2012-07-09 Thread James Antill
On Mon, 2012-07-09 at 17:24 +0200, Zdeněk Pavlas wrote: > --- > createrepo/__init__.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Can probably ping me on IRC, or just assume I'll ack something like this ... but, ACK :). signature.asc Description: This is a digitally signed

[Yum-devel] [PATCH] Fix a typo in doFinalMove(), do not keep other.sqlite.bz2. BZ 836917

2012-07-09 Thread Zdeněk Pavlas
--- createrepo/__init__.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 3f55700..d2e2039 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -1173,7 +1173,7 @@ class MetaDataGenerator: o

Re: [Yum-devel] [PATCH] allow users to tweak PROXYAUTH settings. BZ 769254

2012-07-09 Thread Zdenek Pavlas
> I'd just go with the easiest thing and wait for someone to complain > :). Yeah, pushed! :) ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

Re: [Yum-devel] External Downloader support in URLGrabber

2012-07-09 Thread Zdenek Pavlas
Hi, > Actually, I'd like to adopt > my yum-fast-downloader plugin with the recent changes and make it an > external downloader for URLGrabber. However, currently the external > downloader is hard-coded in grabber.py, so the only way to use a > different external downloader is to modify grabber.py,