From: <liezhi.yang@windriver.com>
To: <bitbake-devel@lists.openembedded.org>
Subject: [PATCH 0/5] Fix do_clean for git and gitsm
Date: Sat, 26 Oct 2024 02:39:50 -0700 [thread overview]
Message-ID: <cover.1729933869.git.liezhi.yang@windriver.com> (raw)
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
next reply other threads:[~2024-10-26 9:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-26 9:39 liezhi.yang [this message]
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
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.1729933869.git.liezhi.yang@windriver.com \
--to=liezhi.yang@windriver.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.