repository: add jellyfin-ha-src source fork #63
Reference in New Issue
Block a user
Delete Branch "benvin/jellyfin-ha-src"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The
jellyfin-habuild repository currently clones the upstreamgithub.com/ZoltyMat/jellyfin-hatree directly and has no mechanism forcarrying local patches. Standing up a source fork under
unkinprovides ahome for HA patches (such as scan-leader election) that the build pipeline can
pin and build from.
How
jellyfin-ha-srcwith amaindefault branch and delete-branch-after-merge enabled.
pinned upstream tree and a pristine
upstreamref directly tomain, whichbranch protection on
mainwould block. Protection rules are added in afollow-up change once the fork is seeded.