[PR #1791] [MERGED] Remove submodule and add clone and build to CI for web UI #8891

Closed
opened 2026-02-07 05:52:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1791
Author: @EraYaN
Created: 9/24/2019
Status: Merged
Merged: 9/24/2019
Merged by: @joshuaboniface

Base: masterHead: ci-web-build


📝 Commits (3)

  • 0ca0d9d Remove submodule and add clone and build to CI
  • e9fb46b Fix path typo and add same code to main build.
  • a73d872 Add extra conditions.

📊 Changes

8 files changed (+61 additions, -22 deletions)

View changed files

📝 .ci/azure-pipelines.yml (+56 -12)
.gitmodules (+0 -4)
📝 Dockerfile (+1 -1)
📝 Dockerfile.arm (+1 -1)
📝 Dockerfile.arm64 (+1 -1)
📝 Jellyfin.Server/Program.cs (+1 -1)
📝 MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj (+1 -1)
MediaBrowser.WebDashboard/jellyfin-web (+0 -1)

📄 Description

Changes
Removes submodule and add a build and copy for the web UI.
The build and bump_version scripts will need to be updated


🔄 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/1791 **Author:** [@EraYaN](https://github.com/EraYaN) **Created:** 9/24/2019 **Status:** ✅ Merged **Merged:** 9/24/2019 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `ci-web-build` --- ### 📝 Commits (3) - [`0ca0d9d`](https://github.com/jellyfin/jellyfin/commit/0ca0d9d01e3f255b22e8952059c52a696d6c14bc) Remove submodule and add clone and build to CI - [`e9fb46b`](https://github.com/jellyfin/jellyfin/commit/e9fb46b0cdfe24ca2909c8a7b9d4d383f6196482) Fix path typo and add same code to main build. - [`a73d872`](https://github.com/jellyfin/jellyfin/commit/a73d87229a9c698175c49a0ed738d8ec0f3b4213) Add extra conditions. ### 📊 Changes **8 files changed** (+61 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.ci/azure-pipelines.yml` (+56 -12) ➖ `.gitmodules` (+0 -4) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.arm` (+1 -1) 📝 `Dockerfile.arm64` (+1 -1) 📝 `Jellyfin.Server/Program.cs` (+1 -1) 📝 `MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj` (+1 -1) ➖ `MediaBrowser.WebDashboard/jellyfin-web` (+0 -1) </details> ### 📄 Description **Changes** Removes submodule and add a build and copy for the web UI. The `build` and `bump_version` scripts will need to be updated --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:52:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8891