mbox

[kirkstone,2.0,00/18] Patch review

Message ID cover.1652205806.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

git://git.openembedded.org/bitbake-contrib stable/2.0-nut

Message

Steve Sakoman May 10, 2022, 6:05 p.m. UTC
Please review this set of patches for 2.0/kirkstone and have comments back by
end of day Thursday.

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3642

except for a known intermittent issue on the qemumips-alt test, which
passed on subsequent retest:

https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3028
The following changes since commit c212b0f3b542efa19f15782421196b7f4b64b0b9:

  fetch2/crate: fix logger.debug line (2022-04-15 09:41:19 +0100)

are available in the Git repository at:

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

Matt Madison (1):
  providers: use local variable for packages_dynamic pattern

Richard Purdie (15):
  tests/parse: Fix one test overwriting another
  server/process: Drop unused import
  ui/buildinfohelper: Drop unused import
  cooker: Drop unused loop
  msg: Drop unused local variable
  buildinfohelper: Drop unused function
  fetch2/crate: Drop unused import
  siggen: Drop pointless break statement
  ui/knotty: Drop pointless pass statement
  persist_data: Use a valid exception for missing implementation
  runqueue: Drop pointless variable assignment
  buildinfohelper: Drop unused variables
  fetch2/osc: Add missing parameter
  runqueue: Fix sig file location when using multiconfig
  fetch/git : Use cat as pager

Robert Yang (1):
  fetch2/ssh.py: decode path back for ssh

Roland Hieber (1):
  cache: correctly handle file names containing colons

 lib/bb/cache.py              |  2 +-
 lib/bb/cooker.py             | 25 ++++++++++++-------------
 lib/bb/fetch2/crate.py       |  1 -
 lib/bb/fetch2/git.py         |  2 +-
 lib/bb/fetch2/osc.py         |  2 +-
 lib/bb/fetch2/ssh.py         |  6 ++++--
 lib/bb/msg.py                |  1 -
 lib/bb/persist_data.py       |  2 +-
 lib/bb/providers.py          |  6 +++---
 lib/bb/runqueue.py           |  3 +--
 lib/bb/server/process.py     |  1 -
 lib/bb/siggen.py             |  1 -
 lib/bb/tests/parse.py        |  2 +-
 lib/bb/ui/buildinfohelper.py | 27 +++------------------------
 lib/bb/ui/knotty.py          |  1 -
 15 files changed, 28 insertions(+), 54 deletions(-)