Docs: Improve Workstation Section #95

Merged
Nick Alberelli merged 11 commits from docs/td-maintence-guide into main 2023-06-27 19:04:40 +02:00
Showing only changes of commit 6d599902b0 - Show all commits

View File

@ -5,8 +5,7 @@ To update Client Workstations; the Build Server will pull all of the latest chan
1. `ssh user@build-server-addr` connect to your build server via ssh 1. `ssh user@build-server-addr` connect to your build server via ssh
2. Use `su` to Login as root or login as root directly 2. Use `su` to Login as root or login as root directly
3. Use `cd` to enter root home folder 3. Run `update_build_server.sh`
4. Run `update_build_server.sh`
## Update Add-ons in `/shared/software/addons` ## Update Add-ons in `/shared/software/addons`
@ -22,6 +21,9 @@ This is a temporary solution that will be depreciated and replaced with project
3. Run `emerge -1 {package-name}` to update a live package. 3. Run `emerge -1 {package-name}` to update a live package.
- Run `emerge -1 flamenco` to update the [Flamenco](https://flamenco.blender.org/) manager/add-on - Run `emerge -1 flamenco` to update the [Flamenco](https://flamenco.blender.org/) manager/add-on
- Run `emerge -1 blender-studio-tools` to update the studio Add-ons - Run `emerge -1 blender-studio-tools` to update the studio Add-ons
::: info Info
The command `emerge -1 {package-name}` compiles package, but does not add the packages to the [@world](https://wiki.gentoo.org/wiki/World_set_(Portage)), this means these packages will be removed when running `--depclean`. # TODO WHY
:::
4. Run `date -R > /var/cache/update_info/timestamp.chk` to mark this update as the latest 4. Run `date -R > /var/cache/update_info/timestamp.chk` to mark this update as the latest
## Wake on LAN ## Wake on LAN