]> Git Repo - qemu.git/blobdiff - scripts/make-release
scripts/make-release: Stop shipping u-boot source as a tarball
[qemu.git] / scripts / make-release
index fa6323fda8be6c4c37a574230f174d1c59220de2..b4af9c9e5202cb5c4f092d67ea516ac48a1c3a23 100755 (executable)
@@ -19,7 +19,7 @@ pushd ${destination}
 git checkout "v${version}"
 git submodule update --init
 (cd roms/seabios && git describe --tags --long --dirty > .version)
-rm -rf .git roms/*/.git dtc/.git pixman/.git
+(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}
This page took 0.024564 seconds and 4 git commands to generate.