summaryrefslogtreecommitdiff
path: root/release_checklist.md
diff options
context:
space:
mode:
Diffstat (limited to 'release_checklist.md')
-rw-r--r--release_checklist.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/release_checklist.md b/release_checklist.md
index 58a14737..6edaa2d3 100644
--- a/release_checklist.md
+++ b/release_checklist.md
@@ -12,7 +12,13 @@
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`
+6. Copy libs with:
+
+ ```bash
+ for d in $(find _deps | grep "\.so"); do scp $d vittorioromeo@139.162.199.162:/home/vittorioromeo/OHWorkspace/SSVOpenHexagon/buildlx; done
+ ```
+
+7. Verify that the server is working with `ssh vittorioromeo@139.162.199.162`, `sudo journalctl -u openhexagon-server -f`
## Linux Client
@@ -52,13 +58,15 @@
## Lua Reference
-1. Go to `SSVOpenHexagon/_RELEASE`
+1. Temporarily change `CMakeLists.txt` to enable Lua Reference code
+
+2. Go to `SSVOpenHexagon/_RELEASE`
-2. Run `./SSVOpenHexagon.exe -printLuaDocs > temp.md`
+3. Run `./SSVOpenHexagon.exe -printLuaDocs > temp.md`
-3. Open `temp.md` with an editor, find `## Utility Function` as the starting point and copy the Lua docs
+4. Open `temp.md` with an editor, find `## Utility Function` as the starting point and copy the Lua docs
-4. Go to <https://github.com/SuperV1234/SSVOpenHexagon/wiki/Lua-Reference/_edit> and paste them there, after the `<!-- START GENERATED DOCS HERE -->` marker
+5. Go to <https://github.com/SuperV1234/SSVOpenHexagon/wiki/Lua-Reference/_edit> and paste them there, after the `<!-- START GENERATED DOCS HERE -->` marker
## Patch Notes