Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ceb8b9f74014060417ed55680038a2601c5e366a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add explanation to usage output

pull/824/head
Joshua Boniface 6 years ago
parent 8413c56392
commit ceb8b9f740

@ -25,6 +25,7 @@ usage() {
echo -e " $ build --list-actions <platform>"
echo -e " $ build [-k/--keep-artifacts] [-b/--web-branch <web_branch>] <platform> <action>"
echo -e ""
echo -e "The 'keep-artifacts' option preserves build artifacts, e.g. Docker images for system package builds."
echo -e "The web_branch defaults to the same branch name as the current main branch."
echo -e "To build all platforms, use 'all'."
echo -e "To perform all build actions, use 'all'."

Loading…
Cancel
Save