[yum-commits] Changes to 'multi-downloader'
zpavlas at osuosl.org
zpavlas at osuosl.org
Fri Apr 13 10:47:38 UTC 2012
New branch 'multi-downloader' available with the following commits:
commit 9d4215612b050eb38ddcc799b46b283f8f20e14b
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Thu Apr 12 13:52:17 2012 +0200
repo.async=False for RHN repositories
rhnplugin.py subclasses YumRepository in a way that's
incompatible with parallel downloader, so turn it off.
This should make multi-downloader work out-of box
on systems with unpatched rhnplugin.
commit ba20a28be412c7ff8cd0e72c5ebb6a810c4da92e
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Wed Mar 28 16:44:38 2012 +0200
populateSack(): parallel metadata downloading
commit 71d891cd5f67f5622842d3e5f6b4d17c38ea6e96
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Wed Mar 28 15:59:26 2012 +0200
retrieveAllMD(): parallel metadata downloading
Metadata are downloaded in parallel just before postreposetup.
This implements the reverting behavior.
commit caae709111845e489152b3da1026d343fd123ea2
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Wed Mar 28 12:56:36 2012 +0200
_commonRetrieveDataMD(): split the code
Add _commonRetrieveDataMD_list() that returns the list of metadata
objects to be downloaded.
Add _commonRetrieveDataMD_done() to unpack and commit new files
after they have been succesfully downloaded.
commit c4ee7355537e855cdf89e4193148e23ae056ad23
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Mon Mar 19 17:19:10 2012 +0100
_retrieveMD(): make it useable for async downloading.
commit 208b8b638a73a63f61d4a1d7b2cc8f44e3877ef6
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Thu Feb 2 12:50:51 2012 +0100
max_connections: man page update
commit ac5b86196ff70b9c4fb9f4b5ef91765e19ee495b
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Thu Jan 26 16:25:27 2012 +0100
enable timedhosts
Q: Make it configurable?
commit f7f3704926e3f3472c1264a0860af0ec09b59246
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Thu Jan 26 11:52:30 2012 +0100
add prefix '(%s/%s): ' to blocking urlgrabs only
commit 6de1f6c06b0c46b093e29cfb2dae3363e9eb4ee6
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Thu Jan 26 11:32:50 2012 +0100
downloadPkgs: use parallel downloader
commit c71b66fe9a9d04c3e4c3ab81ab92bae437bad7a3
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Wed Jan 25 13:53:40 2012 +0100
downloadPkgs: add the 'success' code path to checkfunc
commit 9b81706e3bcc1b851b01f50fdd99773a5ff8292b
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Thu Jan 26 11:16:48 2012 +0100
getPackage, _getFile: kwargs pass-through
commit de3cdfded300af7fd8194f741eabfc1047d98df6
Author: ZdenÄk Pavlas <zpavlas at redhat.com>
Date: Fri Oct 21 15:25:29 2011 +0200
add 'max_connections' and 'async' options
If set in config, update the urlgrabber's default.
Copy max_connections parsed from the metalink to MG.
More information about the Yum-commits
mailing list