[bitbake-devel] [PATCHv3 0/6] Add connection cache support in wget checkstatus.

Aníbal Limón anibal.limon at linux.intel.com
Tue Jun 30 14:39:09 UTC 2015


This v3 fixes proxy setup only use ProxyHandler in urllib when proxies are set
into env.

You can also review the changes at,

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=alimon/fetch2-wget-checkstatus

Aníbal Limón (6):
  fetch2/__init__.py: Add FetchConnectionCache class
  fetch2: Add fetch parameter to checkstatus
  fetch2/wget.py: Add support of connection cache in checkstatus.
  tests/fetch.py: Add FetchCheckStatusTest tests.
  fetch2/wget.py: checkstatus fix using proxy handler
  tests/fetch.py: FetchCheckStatusTest add cases for ftp and https.

 lib/bb/fetch2/__init__.py |  59 ++++++++++++++----
 lib/bb/fetch2/git.py      |   2 +-
 lib/bb/fetch2/local.py    |   2 +-
 lib/bb/fetch2/wget.py     | 154 ++++++++++++++++++++++++++++++++++++++++++++--
 lib/bb/tests/fetch.py     |  45 ++++++++++++++
 5 files changed, 244 insertions(+), 18 deletions(-)

-- 
1.9.1



More information about the bitbake-devel mailing list