[PR #2347] [MERGED] Fix broken webserver caused by dotnet publish. Temp Fix for #2255 #8906

Closed
opened 2025-12-22 07:11:34 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2347
Author: @Matt07211
Created: 1/28/2020
Status: Merged
Merged: 1/28/2020
Merged by: @Bond-009

Base: masterHead: fix-2255


📝 Commits (1)

  • 84fbf64 Fix broken webserver caused by dotnet publish.

📊 Changes

5 files changed (+5 additions, -5 deletions)

View changed files

📝 deployment/linux-x64/docker-build.sh (+1 -1)
📝 deployment/macos/docker-build.sh (+1 -1)
📝 deployment/portable/docker-build.sh (+1 -1)
📝 deployment/win-x64/docker-build.sh (+1 -1)
📝 deployment/win-x86/docker-build.sh (+1 -1)

📄 Description

This should be considered a temp fix, as it fixes the symptom and not
the actual root cause of the issue. Why this works? I feel like this is
a dependency issue and this change forces it to evaluate dependency's in a
different order, avoiding the bug.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/2347 **Author:** [@Matt07211](https://github.com/Matt07211) **Created:** 1/28/2020 **Status:** ✅ Merged **Merged:** 1/28/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix-2255` --- ### 📝 Commits (1) - [`84fbf64`](https://github.com/jellyfin/jellyfin/commit/84fbf64867b69129938c4a800c8605793bc11399) Fix broken webserver caused by dotnet publish. ### 📊 Changes **5 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `deployment/linux-x64/docker-build.sh` (+1 -1) 📝 `deployment/macos/docker-build.sh` (+1 -1) 📝 `deployment/portable/docker-build.sh` (+1 -1) 📝 `deployment/win-x64/docker-build.sh` (+1 -1) 📝 `deployment/win-x86/docker-build.sh` (+1 -1) </details> ### 📄 Description This should be considered a temp fix, as it fixes the symptom and not the actual root cause of the issue. Why this works? I *feel like* this is a dependency issue and this change forces it to evaluate dependency's in a different order, avoiding the bug. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:11:34 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#8906
No description provided.