mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
scripts/archive-source.sh: Drop xemu version determination
This commit is contained in:
committed by
mborgerson
parent
1448f1e5da
commit
95ee862219
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user