summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-17 22:33:53 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-17 22:33:53 +0000
commit8397032447b02a39586f9aac0ea7ecb4e308ba62 (patch)
tree55caefc2fb5fe5792e4fa0d8655ff7649487a7b6
parent19207035f7fa050c895b3e6625df04287f3d1964 (diff)
Update checklist2.1.3
-rw-r--r--release_checklist.md24
1 files changed, 21 insertions, 3 deletions
diff --git a/release_checklist.md b/release_checklist.md
index 81706024..58a14737 100644
--- a/release_checklist.md
+++ b/release_checklist.md
@@ -6,13 +6,31 @@
2. Start the `endeavouros64` VirtualBox virtual machine
-3. Check the repository's branch on the virtual machine
+3. Go into `SSVOpenHexagon` directory
-4. Run `SSVOpenHexagon/vbox/build_and_upload_server.sh`
+4. Check the repository's branch on the virtual machine
+
+5. Run `./vbox/build_and_upload_server.sh`
5. Verify that the server is working with `ssh vittorioromeo@139.162.199.162`, `sudo journalctl -u openhexagon-server -f`
-## Client
+## Linux Client
+
+1. `git push` from main development machine, check the branch
+
+2. Start the `endeavouros64` VirtualBox virtual machine
+
+3. Go into `SSVOpenHexagon` directory
+
+4. Check the repository's branch on the virtual machine
+
+5. `cd buildlx && ./make_release_client_vbox.sh && cd .. && ./prepare_release_linux.sh`
+
+6. `cd _PREPARED_RELEASE_LINUX_TEST && ./run_ssvopenhexagon_linux.sh`
+
+7. The Linux client build will automatically be copied to the main development machine's drive
+
+## Windows Client
1. Run `SSVOpenHexagon/buildrel/make_release_client_win10_msys.sh`