From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mail.openembedded.org (Postfix) with ESMTP id 3E64875C8A for ; Tue, 30 Jun 2015 14:37:14 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 30 Jun 2015 07:37:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,378,1432623600"; d="scan'208";a="753307221" Received: from alimon-thinkpad-w540.zpn.intel.com ([10.219.4.55]) by fmsmga002.fm.intel.com with ESMTP; 30 Jun 2015 07:37:14 -0700 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= To: bitbake-devel@lists.openembedded.org Date: Tue, 30 Jun 2015 09:39:09 -0500 Message-Id: <1435675155-3431-1-git-send-email-anibal.limon@linux.intel.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [PATCHv3 0/6] 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, 30 Jun 2015 14:37:20 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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