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
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
---
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
> 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
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,