Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/4] Add connection cache support in wget checkstatus.
@ 2015-06-23 19:26 Aníbal Limón
  2015-06-23 19:26 ` [PATCH 1/4] fetch2/__init__.py: Add FetchConnectionCache class Aníbal Limón
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Aníbal Limón @ 2015-06-23 19:26 UTC (permalink / raw)
  To: bitbake-devel

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 (4):
  fetch2/__init__.py: Add FetchConnectionCache class
  fetch2: Add fetch parameter to checkstatus
  fetch2/__init__.py: Add connection_cache param in Fetch __init__.
  tests/fetch.py: Add FetchCheckStatusTest tests.

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

-- 
1.9.1



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCHv2 0/4] Add connection cache support in wget checkstatus.
@ 2015-06-23 21:58 Aníbal Limón
  2015-06-23 21:58 ` [PATCH 2/4] fetch2: Add fetch parameter to checkstatus Aníbal Limón
  0 siblings, 1 reply; 6+ messages in thread
From: Aníbal Limón @ 2015-06-23 21:58 UTC (permalink / raw)
  To: bitbake-devel

This v2 fixes an issue bb/fetch2/wget.py in checkstatus fp_dummy create
that need definition of close() method.

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 (4):
  fetch2/__init__.py: Add FetchConnectionCache class
  fetch2: Add fetch parameter to checkstatus
  fetch2/__init__.py: Add connection_cache param in Fetch __init__.
  tests/fetch.py: Add FetchCheckStatusTest tests.

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

-- 
1.9.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-23 22:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 19:26 [PATCH 0/4] Add connection cache support in wget checkstatus Aníbal Limón
2015-06-23 19:26 ` [PATCH 1/4] fetch2/__init__.py: Add FetchConnectionCache class Aníbal Limón
2015-06-23 19:26 ` [PATCH 2/4] fetch2: Add fetch parameter to checkstatus Aníbal Limón
2015-06-23 19:26 ` [PATCH 3/4] fetch2/__init__.py: Add connection_cache param in Fetch __init__ Aníbal Limón
2015-06-23 19:26 ` [PATCH 4/4] tests/fetch.py: Add FetchCheckStatusTest tests Aníbal Limón
  -- strict thread matches above, loose matches on Subject: below --
2015-06-23 21:58 [PATCHv2 0/4] Add connection cache support in wget checkstatus Aníbal Limón
2015-06-23 21:58 ` [PATCH 2/4] fetch2: Add fetch parameter to checkstatus Aníbal Limón

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox