[yum-commits] Changes to 'multi-downloader'

zpavlas at osuosl.org zpavlas at osuosl.org
Fri Apr 13 14:10:10 UTC 2012


New branch 'multi-downloader' available with the following commits:
commit 580330d2abc2cc000b3f0db44128daafd92b79b9
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 6e1a785d820c68846a7c1a76325a6e77ef46157a
Author: Zdeněk Pavlas <zpavlas at redhat.com>
Date:   Wed Mar 28 16:44:38 2012 +0200

    populateSack(): parallel metadata downloading

commit 237215c10e3182e2f3df7b278a6ace187b046174
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 5eab52be59c1e3377d572449069ff656aafc4755
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 46be8677d3c04a230bc729813488bd5b89d8102a
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