Re: [PATCH] make-release: only leave tarball of wrap-file subprojects

2024-12-24 Thread Michael Tokarev
24.12.2024 22:41, Michael Tokarev wrote: 19.12.2024 13:27, Paolo Bonzini wrote: -tar --exclude=.git -cJf ${destination}.tar.xz ${destination} + +exclude=(--exclude=.git) +# include the tarballs in subprojects/packagecache but not their expansion +for sp in $SUBPROJECTS; do +    if grep -xqF "[

Re: [PATCH] make-release: only leave tarball of wrap-file subprojects

2024-12-24 Thread Michael Tokarev
19.12.2024 13:27, Paolo Bonzini wrote: The QEMU source archive is including the sources downloaded from crates.io in both tarball form (in subprojects/packagecache) and expanded/patched form (in the subprojects directory). The former is the more authoritative form, as it has a hash that can be v

[PATCH] make-release: only leave tarball of wrap-file subprojects

2024-12-19 Thread Paolo Bonzini
The QEMU source archive is including the sources downloaded from crates.io in both tarball form (in subprojects/packagecache) and expanded/patched form (in the subprojects directory). The former is the more authoritative form, as it has a hash that can be verified in the wrap file and checked agai