mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #939] [MERGED] Clean up and rename obsolete deployment platforms #8574
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:cleanup-builds📝 Commits (4)
512ab8cRemove unneeded Linux builds24574d4Rename MacOS build3ecfd1fRename framework to portable3ed9d32Rename 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.
linux-x64(debian-x64,ubuntu-x64).osx-x64tomacosto use their new name, and since there's no other possible choices of arch.frameworktoportableto better reflect its proper function and output name.win-generic(scripts) towindowsto better reflect its function (genericimplies no arch).Issues
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.