diff --git a/Build-Server-Virtual-Machine.md b/Build-Server-Virtual-Machine.md index 84dee08..962a686 100644 --- a/Build-Server-Virtual-Machine.md +++ b/Build-Server-Virtual-Machine.md @@ -8,7 +8,7 @@ It supports: ./buildVm.sh del USER ./buildVm.sh install GGUSER GGPASS ./buildVm.sh rebuild -./buildVm.sh server DIST +./buildVm.sh server DIST LOG ``` * Add a new user. @@ -18,7 +18,7 @@ It supports: * Rebuild JoeyLib after changes. * Run the build service. -`DIST` is the full path to the `dist/` folder created in your home directory during install. +`DIST` is the full path to the `dist/` folder created in your home directory during install. `LOG` is the file where you want builds to be logged. `GGUSER` and `GGPASS` are your Golden Gate GitLab login. Do *NOT** include the `@` on your username! @@ -46,6 +46,8 @@ Back these up and use them instead of the XIP files to save about a day of build Do **not** run any `buildVm.sh` commands as `sudo` except `server`! +After `install` or `rebuild` there will be a `dist.tar.bz2` in the home directory with the latest debug and release builds of JoeyLib that can be used to write software for JoeyLib using modern machines. + --- To perform a build, first create a user. Do not use the same account that you used when installing the VM.