From: Joel Granados <joel.granados@kernel.org>
To: "Alex Bennée" <alex.bennee@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>
Cc: qemu-devel@nongnu.org, Joel Granados <joel.granados@kernel.org>
Subject: [PATCH 3/3] scripts: Clarify doc messages in archive-source.sh
Date: Tue, 08 Apr 2025 22:14:48 +0200 [thread overview]
Message-ID: <20250408-jag-sysctl-v1-3-3f4f38b751be@kernel.org> (raw)
In-Reply-To: <20250408-jag-sysctl-v1-0-3f4f38b751be@kernel.org>
Signed-off-by: Joel Granados <joel.granados@kernel.org>
---
scripts/archive-source.sh | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh
index 7143aaefc1133fe991b329df3c78e6ed7726322f..eb6ee715a8a3a33d8abe333fd896ad1048821b0f 100755
--- a/scripts/archive-source.sh
+++ b/scripts/archive-source.sh
@@ -2,17 +2,15 @@
#
# Author: Fam Zheng <famz@redhat.com>
#
-# Archive source tree, including submodules. This is created for test code to
-# export the source files, in order to be built in a different environment,
-# such as in a docker instance or VM.
+# This script exports source files and submodules used by test code to build in
+# "different" environments such as docker or VM.
#
# This code is licensed under the GPL version 2 or later. See
# the COPYING file in the top-level directory.
-# We want a predictable list of submodules for builds, that is
-# independent of what the developer currently has initialized
-# in their checkout, because the build environment is completely
-# different to the host OS.
+# subprojects is a predictable list of submodules that is independent of what
+# the developer has in their checkout. This is needed because the build
+# environment is completely different to the host OS.
subprojects="keycodemapdb libvfio-user berkeley-softfloat-3
berkeley-testfloat-3 arbitrary-int-1-rs bilge-0.2-rs
bilge-impl-0.2-rs either-1-rs itertools-0.11-rs proc-macro2-1-rs
--
2.44.1
prev parent reply other threads:[~2025-04-08 20:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-08 20:14 [PATCH 0/3] scripts: Add a root dir in archve-source.sh Joel Granados
2025-04-08 20:14 ` [PATCH 1/3] scripts: nixify archive-source.sh Joel Granados
2025-04-09 9:41 ` Thomas Huth
2025-04-10 12:18 ` Paolo Bonzini
2025-04-28 19:02 ` Joel Granados
2025-04-08 20:14 ` [PATCH 2/3] scripts: Add root dir to arguments Joel Granados
2025-04-08 20:14 ` Joel Granados [this message]
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=20250408-jag-sysctl-v1-3-3f4f38b751be@kernel.org \
--to=joel.granados@kernel.org \
--cc=alex.bennee@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).