From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 1CFEF73F9E for ; Tue, 23 Jun 2015 22:08:00 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 23 Jun 2015 14:56:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,668,1427785200"; d="scan'208";a="513184738" Received: from alimon-thinkpad-w540.zpn.intel.com ([10.219.4.55]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jun 2015 14:56:55 -0700 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= To: bitbake-devel@lists.openembedded.org Date: Tue, 23 Jun 2015 16:58:45 -0500 Message-Id: <1435096729-14507-1-git-send-email-anibal.limon@linux.intel.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [PATCHv2 0/4] Add connection cache support in wget checkstatus. X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 22:08:03 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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