Re: [PATCH] make-release: don't rely on $CWD when excluding subproject directories

2025-02-14 Thread Stefan Hajnoczi
On Fri, Feb 14, 2025 at 12:17 AM Michael Tokarev wrote: > > 14.02.2025 02:53, Michael Roth пишет: > > The current logic scans qemu.git/subprojects/ from *.wrap files to > > determine whether or not to include the associated directories in the > > release tarballs. However, the script assumes that

Re: [PATCH] make-release: don't rely on $CWD when excluding subproject directories

2025-02-13 Thread Michael Tokarev
14.02.2025 02:53, Michael Roth пишет: The current logic scans qemu.git/subprojects/ from *.wrap files to determine whether or not to include the associated directories in the release tarballs. However, the script assumes that it is being run from the top-level of the source directory, which may n

[PATCH] make-release: don't rely on $CWD when excluding subproject directories

2025-02-13 Thread Michael Roth
The current logic scans qemu.git/subprojects/ from *.wrap files to determine whether or not to include the associated directories in the release tarballs. However, the script assumes that it is being run from the top-level of the source directory, which may not always be the case. In particular, wh