release: make runnable again

Create download-latest-release helper
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-16 07:51:22 +01:00
parent 0bf7c7cb81
commit f40e584b95
3 changed files with 15 additions and 3 deletions

View File

@@ -562,7 +562,7 @@ Checkout to the prebuilt repo version so that the scripts and documentation will
....
git checkout <release-sha>
git submodule update --init "$(./getvar qemu_src_dir)"
git submodule update --init --recursive "$(./getvar qemu_src_dir)"
./build-qemu
./run
....