]> Git Repo - qemu.git/blobdiff - scripts/make-release
pci: add network device class 'other' for network switches
[qemu.git] / scripts / make-release
index 196c755f5707bb8549f387b75f6868587e612a21..fa6323fda8be6c4c37a574230f174d1c59220de2 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)
+rm -rf .git roms/*/.git dtc/.git pixman/.git
 popd
 tar cfj ${destination}.tar.bz2 ${destination}
 rm -rf ${destination}
This page took 0.024705 seconds and 4 git commands to generate.