]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/make-release
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / scripts / make-release
index 196c755f5707bb8549f387b75f6868587e612a21..b4af9c9e5202cb5c4f092d67ea516ac48a1c3a23 100755 (executable)
@@ -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)
+(cd roms/skiboot && ./make_version.sh > .version)
 popd
-tar cfj ${destination}.tar.bz2 ${destination}
+tar --exclude=.git -cjf ${destination}.tar.bz2 ${destination}
 rm -rf ${destination}