Re: [PATCH v2] scripts/archive-source: find directory name for subprojects

2024-10-11 Thread Peter Maydell
On Fri, 11 Oct 2024 at 09:35, Paolo Bonzini wrote: > > Rust subprojects have the semantic version (followed by -rs) in the subproject > name, but the full version (without -rs) is used by crates.io for the root > directory of the tarball. Teach scripts/archive-source.sh to look for the > root dir

[PATCH v2] scripts/archive-source: find directory name for subprojects

2024-10-11 Thread Paolo Bonzini
Rust subprojects have the semantic version (followed by -rs) in the subproject name, but the full version (without -rs) is used by crates.io for the root directory of the tarball. Teach scripts/archive-source.sh to look for the root directory name in wrap files. Signed-off-by: Paolo Bonzini ---