All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] 1.44 merge request
@ 2019-11-24 23:43 Armin Kuster
  2019-11-24 23:43 ` [PATCH 1/9] fetch2/git: fetch shallow revs when needed Armin Kuster
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Armin Kuster @ 2019-11-24 23:43 UTC (permalink / raw)
  To: bitbake-devel

Clean A-full build.

Please merge these chages to 1.44

The following changes since commit 1a79651c518abc35b99005c137ab7e82a99c75b0:

  fetch2: Ensure cached url data is matched to a datastore (2019-11-13 21:59:58 +0000)

are available in the git repository at:

  git://git.openembedded.org/bitbake-contrib stable/1.44-next
  http://cgit.openembedded.org/bitbake-contrib/log/?h=stable/1.44-next

Christopher Larson (2):
  fetch2/git: fetch shallow revs when needed
  tests/fetch: add test for fetching shallow revs

Gavin Li (1):
  prserv: fix ResourceWarning due to unclosed socket

Peter Kjellerstedt (1):
  cooker: Remove a left-over comment about expanded_data

Richard Purdie (2):
  fetch2/clearcase: Fix warnings from python 3.8
  runqueue: Fix hash equivalence duplicate tasks running

Ross Burton (2):
  tests: add test for the hashing functions
  utils: also use mmap for SHA256 and SHA1, for performance

Volker Vogelhuber (1):
  fetch2/hg: Fix various runtime issues

 lib/bb/cooker.py           |  4 ----
 lib/bb/fetch2/clearcase.py |  6 +++---
 lib/bb/fetch2/git.py       | 23 ++++++++++++++++-------
 lib/bb/fetch2/hg.py        | 27 +++++++++++++++++----------
 lib/bb/runqueue.py         | 14 ++++++++++----
 lib/bb/tests/fetch.py      | 20 ++++++++++++++++++++
 lib/bb/tests/utils.py      | 26 ++++++++++++++++++++++++++
 lib/bb/utils.py            | 34 ++++++++++++++--------------------
 lib/prserv/serv.py         |  1 +
 9 files changed, 107 insertions(+), 48 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2019-11-24 23:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-24 23:43 [PATCH 0/9] 1.44 merge request Armin Kuster
2019-11-24 23:43 ` [PATCH 1/9] fetch2/git: fetch shallow revs when needed Armin Kuster
2019-11-24 23:43 ` [PATCH 2/9] tests/fetch: add test for fetching shallow revs Armin Kuster
2019-11-24 23:43 ` [PATCH 3/9] fetch2/hg: Fix various runtime issues Armin Kuster
2019-11-24 23:43 ` [PATCH 4/9] prserv: fix ResourceWarning due to unclosed socket Armin Kuster
2019-11-24 23:43 ` [PATCH 5/9] cooker: Remove a left-over comment about expanded_data Armin Kuster
2019-11-24 23:43 ` [PATCH 6/9] tests: add test for the hashing functions Armin Kuster
2019-11-24 23:43 ` [PATCH 7/9] utils: also use mmap for SHA256 and SHA1, for performance Armin Kuster
2019-11-24 23:43 ` [PATCH 8/9] fetch2/clearcase: Fix warnings from python 3.8 Armin Kuster
2019-11-24 23:43 ` [PATCH 9/9] runqueue: Fix hash equivalence duplicate tasks running Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.