All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: bitbake-devel@lists.openembedded.org
Subject: [bitbake][dunfell][1.46][PATCH 0/6] Patch review
Date: Mon, 29 Jun 2020 17:08:20 -1000	[thread overview]
Message-ID: <cover.1593486375.git.steve@sakoman.com> (raw)

Please review this next set of patches for 1.46 (dunfell) and have comments back
by end of day Wednesday.

The following changes since commit 83296870bede70e31bdf6e73683bcc30681023fc:

  tests/fetch: Switch from git.infradead.org to a YP mirror (2020-06-22 20:53:17 +0100)

are available in the Git repository at:

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

Joshua Watt (2):
  hashserv: Chunkify large messages
  siggen: Fix error when hash equivalence has an exception

Richard Purdie (3):
  taskdata: Improve handling of regex in ASSUME_PROVIDED
  runqueue: Avoid unpickle errors in rare cases
  msg: Avoid issues where paths have relative components

akuster (1):
  test/fetch: change to better svn source

 lib/bb/msg.py            |   2 +-
 lib/bb/runqueue.py       |   9 +++-
 lib/bb/siggen.py         |   1 +
 lib/bb/taskdata.py       |   9 +++-
 lib/bb/tests/fetch.py    |   2 +-
 lib/hashserv/__init__.py |  22 ++++++++
 lib/hashserv/client.py   |  43 +++++++++++++---
 lib/hashserv/server.py   | 105 +++++++++++++++++++++++++++------------
 lib/hashserv/tests.py    |  23 +++++++++
 9 files changed, 169 insertions(+), 47 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-06-30  3:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30  3:08 Steve Sakoman [this message]
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 1/6] taskdata: Improve handling of regex in ASSUME_PROVIDED Steve Sakoman
2020-06-30 13:27   ` [bitbake-devel] " Paul Barker
2020-06-30 14:11     ` Steve Sakoman
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 2/6] test/fetch: change to better svn source Steve Sakoman
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 3/6] hashserv: Chunkify large messages Steve Sakoman
2020-06-30 13:33   ` [bitbake-devel] " Paul Barker
2020-06-30 14:05     ` Steve Sakoman
2020-06-30 16:38       ` Richard Purdie
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 4/6] siggen: Fix error when hash equivalence has an exception Steve Sakoman
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 5/6] runqueue: Avoid unpickle errors in rare cases Steve Sakoman
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 6/6] msg: Avoid issues where paths have relative components Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2020-06-02  0:39 [bitbake][dunfell][1.46][PATCH 0/6] Patch review Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1593486375.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.