mirror of
https://github.com/jellyfin/jellyfin-build.git
synced 2024-11-30 09:30:45 +00:00
Add kodi repo setup step
This commit is contained in:
parent
b49fc5dbbc
commit
64959f44ee
@ -34,6 +34,10 @@ case ${reponame} in
|
||||
repotype="meta"
|
||||
buildcmd="/srv/jellyfin/scripts/build.d/build-docs ${tagname}"
|
||||
;;
|
||||
jellyfin-kodi)
|
||||
repotype="client"
|
||||
buildcmd="ssh build@repo1.jellyfin.org /srv/kodi-repo.sh ${tagname}"
|
||||
;;
|
||||
*)
|
||||
echo "ERROR: Invalid repository name ${reponame}"
|
||||
rm ${tempfile}
|
||||
|
Loading…
Reference in New Issue
Block a user