[PR #939] [MERGED] Clean up and rename obsolete deployment platforms #8574

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/939
Author: @joshuaboniface
Created: 2/19/2019
Status: Merged
Merged: 2/20/2019
Merged by: @Bond-009

Base: masterHead: cleanup-builds


📝 Commits (4)

  • 512ab8c Remove unneeded Linux builds
  • 24574d4 Rename MacOS build
  • 3ecfd1f Rename framework to portable
  • 3ed9d32 Rename Windows scripts folder

📊 Changes

19 files changed (+0 additions, -44 deletions)

View changed files

deployment/debian-x64/build.sh (+0 -7)
📝 deployment/macos/build.sh (+0 -0)
📝 deployment/macos/clean.sh (+0 -0)
📝 deployment/macos/dependencies.txt (+0 -0)
📝 deployment/macos/package.sh (+0 -0)
deployment/osx-x64/clean.sh (+0 -7)
deployment/osx-x64/package.sh (+0 -7)
📝 deployment/portable/build.sh (+0 -0)
📝 deployment/portable/clean.sh (+0 -0)
📝 deployment/portable/package.sh (+0 -0)
deployment/ubuntu-x64/build.sh (+0 -7)
deployment/ubuntu-x64/clean.sh (+0 -7)
deployment/ubuntu-x64/dependencies.txt (+0 -1)
deployment/ubuntu-x64/package.sh (+0 -7)
deployment/win-generic/dependencies.txt (+0 -1)
📝 deployment/windows/build-jellyfin.ps1 (+0 -0)
📝 deployment/windows/dependencies.txt (+0 -0)
📝 deployment/windows/install-jellyfin.ps1 (+0 -0)
📝 deployment/windows/install.bat (+0 -0)

📄 Description

Changes

General housekeeping of the build infrastructure after several successful releases using it in practice.

  1. Remove Linux tar builds that are superseded by linux-x64 (debian-x64, ubuntu-x64).
  2. Rename osx-x64 to macos to use their new name, and since there's no other possible choices of arch.
  3. Rename framework to portable to better reflect its proper function and output name.
  4. Rename win-generic (scripts) to windows to better reflect its function (generic implies no arch).

Issues
N/A


🔄 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/939 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 2/19/2019 **Status:** ✅ Merged **Merged:** 2/20/2019 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `cleanup-builds` --- ### 📝 Commits (4) - [`512ab8c`](https://github.com/jellyfin/jellyfin/commit/512ab8c6aae2bdd5c33c16737601d9762480f19c) Remove unneeded Linux builds - [`24574d4`](https://github.com/jellyfin/jellyfin/commit/24574d4964f3d79114ab8d5c7f8fad54fd59e46b) Rename MacOS build - [`3ecfd1f`](https://github.com/jellyfin/jellyfin/commit/3ecfd1fdd15af6735118c3fdf92b8c7e3bbd0a94) Rename framework to portable - [`3ed9d32`](https://github.com/jellyfin/jellyfin/commit/3ed9d32f6885cf877ae91a3bc2008367619f4da2) Rename Windows scripts folder ### 📊 Changes **19 files changed** (+0 additions, -44 deletions) <details> <summary>View changed files</summary> ➖ `deployment/debian-x64/build.sh` (+0 -7) 📝 `deployment/macos/build.sh` (+0 -0) 📝 `deployment/macos/clean.sh` (+0 -0) 📝 `deployment/macos/dependencies.txt` (+0 -0) 📝 `deployment/macos/package.sh` (+0 -0) ➖ `deployment/osx-x64/clean.sh` (+0 -7) ➖ `deployment/osx-x64/package.sh` (+0 -7) 📝 `deployment/portable/build.sh` (+0 -0) 📝 `deployment/portable/clean.sh` (+0 -0) 📝 `deployment/portable/package.sh` (+0 -0) ➖ `deployment/ubuntu-x64/build.sh` (+0 -7) ➖ `deployment/ubuntu-x64/clean.sh` (+0 -7) ➖ `deployment/ubuntu-x64/dependencies.txt` (+0 -1) ➖ `deployment/ubuntu-x64/package.sh` (+0 -7) ➖ `deployment/win-generic/dependencies.txt` (+0 -1) 📝 `deployment/windows/build-jellyfin.ps1` (+0 -0) 📝 `deployment/windows/dependencies.txt` (+0 -0) 📝 `deployment/windows/install-jellyfin.ps1` (+0 -0) 📝 `deployment/windows/install.bat` (+0 -0) </details> ### 📄 Description **Changes** General housekeeping of the build infrastructure after several successful releases using it in practice. 1. Remove Linux tar builds that are superseded by `linux-x64` (`debian-x64`, `ubuntu-x64`). 1. Rename `osx-x64` to `macos` to use their new name, and since there's no other possible choices of arch. 1. Rename `framework` to `portable` to better reflect its proper function and output name. 1. Rename `win-generic` (scripts) to `windows` to better reflect its function (`generic` implies no arch). **Issues** N/A --- <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:46:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8574