Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/0a3e7eae08424d0f76410cb6ec811601acedfbb5?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Consolidate git submodule commands

release-10.1.0
Andrew Rabert 6 years ago
parent 106d2421aa
commit 0a3e7eae08

3
debian/rules vendored

@ -14,8 +14,7 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_auto_build:
git submodule init
git submodule update
git submodule update --init
dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'
dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'

Loading…
Cancel
Save