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 aef9eb562a - Show all commits

View File

@ -9,9 +9,9 @@ To update Client Workstations; the Build Server will pull all of the latest chan
4. Run `update_build_server.sh` 4. Run `update_build_server.sh`
## Update Add-ons in `/shared/software/Add-ons` ## Update Add-ons in `/shared/software/addons`
The software inside the `shared/software/addons` directory are the [Blender Studio Pipeline Add-ons](https://studio.blender.org/pipeline/Add-ons/overview). These Add-ons are considered Live Packages. Live Packages are packages that track the source repository directly and are not tied to a specific release. The software inside the `shared/software/addons` directory are the [Blender Studio Pipeline Add-ons](https://studio.blender.org/pipeline/Add-ons/overview), the [Flamenco](https://flamenco.blender.org/) Add-on and any other Add-ons that need to be distributed to all Blender Studio Users. These Add-ons are considered Live Packages. Live Packages are packages that fetch updates from the source 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 replaced with project based Add-ons. This is a temporary solution that will be depreciated and replaced with project based Add-ons.