diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-02-15 02:42:56 -0500 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-02-15 02:42:56 -0500 |
commit | 7f17205f30851c30a01a0b5175e2de889689573e (patch) | |
tree | f258231b60f9e5a855afa0cc601e77f2e8d0058a | |
parent | Mention the target OS release (diff) | |
download | jellyfin-packaging-7f17205f30851c30a01a0b5175e2de889689573e.tar.gz jellyfin-packaging-7f17205f30851c30a01a0b5175e2de889689573e.tar.bz2 jellyfin-packaging-7f17205f30851c30a01a0b5175e2de889689573e.zip |
Mention the manual trigger
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,6 +82,10 @@ Inside this repository are 7 major components: This ensures that the code checked out is consistent to both repositories, and allows for the unified builds described below without extra steps to combine. +* Remote manual-only triggers: CI workers are triggered by a remote bot + + This reduces the complexity of triggering builds; while it can be done manually in this repo, using an external bot allows for more release wrapper actions to occur before triggering builds. + ### Debian/Ubuntu Packages * Unified package build: this entire repo is the "source" and the source package is named "jellyfin". |