All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix do_clean for git and gitsm
@ 2024-10-26  9:39 liezhi.yang
  2024-10-26  9:39 ` [PATCH 1/5] gitsm: Add call_process_submodules() to remove duplicated code liezhi.yang
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: liezhi.yang @ 2024-10-26  9:39 UTC (permalink / raw)
  To: bitbake-devel

From: Robert Yang <liezhi.yang@windriver.com>

* Test info
$ bitbake world --runall=fetch && bitbake world --runall=cleanall
$ ls downloads/
git2  uninative
$ ls downloads/git2/
[No output]

$ bitbake-selftest
Works well

Now all known do_clean issues have been fixed.

// Robert

The following changes since commit 95e61f3dacacb3a001d9f0e2db4c4a2960d96640:

  contrib/hashserv/Dockerfile: Add libgcc to image for runtime dependency (2024-10-25 15:40:52 +0100)

are available in the Git repository at:

  https://github.com/robertlinux/bitbake rbt/clean
  https://github.com/robertlinux/bitbake/tree/rbt/clean

Robert Yang (5):
  gitsm: Add call_process_submodules() to remove duplicated code
  gitsm: Remove downloads/tmpdir when failed
  gitsm: Add clean function
  git: Clean shallow mirror tarball
  git: Clean broken symlink

 lib/bb/fetch2/git.py   |  7 +++++-
 lib/bb/fetch2/gitsm.py | 57 +++++++++++++++++++++---------------------
 2 files changed, 35 insertions(+), 29 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2024-10-28 15:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-26  9:39 [PATCH 0/5] Fix do_clean for git and gitsm liezhi.yang
2024-10-26  9:39 ` [PATCH 1/5] gitsm: Add call_process_submodules() to remove duplicated code liezhi.yang
2024-10-26  9:39 ` [PATCH 2/5] gitsm: Remove downloads/tmpdir when failed liezhi.yang
2024-10-28 14:06   ` [bitbake-devel] " Richard Purdie
2024-10-28 15:16     ` Steve Sakoman
2024-10-26  9:39 ` [PATCH 3/5] gitsm: Add clean function liezhi.yang
2024-10-26  9:39 ` [PATCH 4/5] git: Clean shallow mirror tarball liezhi.yang
2024-10-26  9:39 ` [PATCH 5/5] git: Clean broken symlink liezhi.yang

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.