Signed-off-by: Joel Granados <joel.grana...@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 <f...@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