aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-02-15 02:42:56 -0500
committerJoshua M. Boniface <joshua@boniface.me>2024-02-15 02:42:56 -0500
commit7f17205f30851c30a01a0b5175e2de889689573e (patch)
treef258231b60f9e5a855afa0cc601e77f2e8d0058a
parentMention the target OS release (diff)
downloadjellyfin-packaging-7f17205f30851c30a01a0b5175e2de889689573e.tar.gz
jellyfin-packaging-7f17205f30851c30a01a0b5175e2de889689573e.tar.bz2
jellyfin-packaging-7f17205f30851c30a01a0b5175e2de889689573e.zip
Mention the manual trigger
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index afaeba7..1a1ff00 100644
--- a/README.md
+++ b/README.md
@@ -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".
bgstack15