Update Build Server Virtual Machine
parent
0c81806b88
commit
a5c1440795
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue