[PATCH 0/9] Follow-up fixes for command argument conversions

Anders Heimer <[email protected]> Thu, 25 Jun 2026 09:07:41 +0200
Newsgroups org.openembedded.lists.bitbake-devel
Message-ID <[email protected]>
While testing the recent work to replace shell command strings with
argument lists I found a few places where behavior previously provided
by the shell was not fully represented in argv form. This series contains
small, localized corrections which is supposed to restore the previous
command semantics.

Anders Heimer (9):
  fetch2/az: fix wget command argument construction
  fetch2/git: avoid an empty argument to git lfs fetch
  fetch2/git: do not shell-quote the shallow clone remote
  fetch2/git: keep the gitpkgv commit count numeric
  fetch2/gitannex: split the annex get arguments
  fetch2/repo: fix mirror tar command arguments
  fetch2/sftp: fix port and remote command arguments
  fetch2/svn: remove shell quotes from the tar exclusion
  toaster: preserve shell execution for build launch commands

 lib/bb/fetch2/az.py                             | 10 +++++-----
 lib/bb/fetch2/git.py                            | 10 ++++++----
 lib/bb/fetch2/gitannex.py                       |  2 +-
 lib/bb/fetch2/repo.py                           |  7 +++++--
 lib/bb/fetch2/sftp.py                           |  4 ++--
 lib/bb/fetch2/svn.py                            |  2 +-
 lib/toaster/bldcontrol/localhostbecontroller.py |  8 ++++----
 7 files changed, 24 insertions(+), 19 deletions(-)