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 89c89d0217 - Show all commits

View File

@ -11,16 +11,16 @@ The script will pull all of the latest changes from the main gentoo repository a
## Update addons on `/shared/software/addons` ## Update addons on `/shared/software/addons`
The software inside the `shared/software/addons` directory are Live Packages. Live Packages are packages that tracks the source-code repository directly and is not tied to a specific release. The software inside the `shared/software/addons` directory are the [Blender Studio Pipeline addons](https://studio.blender.org/pipeline/addons/overview). These addons are considered Live Packages. Live Packages are packages that track the source-code repository directly and are not tied to a specific release.
::: warning Temporary Solution ::: warning Temporary Solution
This is a temporary solution that will be depreciated and replace with project based addons. This is a temporary solution that will be depreciated and replaced with project based addons.
::: :::
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. 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 client/addon - 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 addons - Run `emerge -1 blender-studio-tools` to update the studio addons
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