X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/34bb443ee74df3780d86044dbf6492eb798c5807..dc407ae8a75d03cf48e114d3812d077fa29a8bd9:/scripts/make-release diff --git a/scripts/make-release b/scripts/make-release index 196c755f57..fa6323fda8 100755 --- a/scripts/make-release +++ b/scripts/make-release @@ -18,7 +18,8 @@ git clone "${src}" ${destination} pushd ${destination} git checkout "v${version}" git submodule update --init -rm -rf .git roms/*/.git +(cd roms/seabios && git describe --tags --long --dirty > .version) +rm -rf .git roms/*/.git dtc/.git pixman/.git popd tar cfj ${destination}.tar.bz2 ${destination} rm -rf ${destination}