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

debian: Add maxcpucount option to override_dh_auto_build. Fix

pull/6210/head
Cédric Bellegarde 4 years ago
parent 96b2887a15
commit 46665168a7

2
debian/rules vendored

@ -39,7 +39,7 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_auto_build:
dotnet publish --configuration $(CONFIG) --output='$(CURDIR)/usr/lib/jellyfin/bin' --self-contained --runtime $(DOTNETRUNTIME) \
dotnet publish -maxcpucount:1 --configuration $(CONFIG) --output='$(CURDIR)/usr/lib/jellyfin/bin' --self-contained --runtime $(DOTNETRUNTIME) \
"-p:DebugSymbols=false;DebugType=none" Jellyfin.Server
override_dh_auto_clean:

Loading…
Cancel
Save