scripts/archive-source.sh: Drop xemu version determination

This commit is contained in:
Matt Borgerson
2026-01-04 23:04:49 -07:00
committed by mborgerson
parent 1448f1e5da
commit 95ee862219
-4
View File
@@ -89,8 +89,4 @@ for sp in $subprojects; do
test $? -ne 0 && error "failed to append subproject $sp to $tar_file"
done
git rev-parse HEAD 2>/dev/null | tr -d '\n' > XEMU_COMMIT
git describe --tags --match 'v*' | cut -c 2- | tr -d '\n' > XEMU_VERSION
tar -r --file "$tar_file" XEMU_COMMIT XEMU_VERSION
exit 0