Răsfoiți Sursa

Remove unneeded Linux builds

Joshua Boniface 6 ani în urmă
părinte
comite
512ab8c6aa

+ 0 - 7
deployment/debian-x64/build.sh

@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-source ../common.build.sh
-
-VERSION=`get_version ../..`
-
-build_jellyfin ../../Jellyfin.Server Release debian-x64 `pwd`/dist/jellyfin_${VERSION}

+ 0 - 7
deployment/debian-x64/clean.sh

@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-source ../common.build.sh
-
-VERSION=`get_version ../..`
-
-clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION}

+ 0 - 1
deployment/debian-x64/dependencies.txt

@@ -1 +0,0 @@
-dotnet

+ 0 - 7
deployment/debian-x64/package.sh

@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-source ../common.build.sh
-
-VERSION=`get_version ../..`
-
-package_portable ../.. `pwd`/dist/jellyfin_${VERSION}

+ 0 - 7
deployment/ubuntu-x64/build.sh

@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-source ../common.build.sh
-
-VERSION=`get_version ../..`
-
-build_jellyfin ../../Jellyfin.Server Release ubuntu-x64 `pwd`/dist/jellyfin_${VERSION}

+ 0 - 7
deployment/ubuntu-x64/clean.sh

@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-source ../common.build.sh
-
-VERSION=`get_version ../..`
-
-clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION}

+ 0 - 1
deployment/ubuntu-x64/dependencies.txt

@@ -1 +0,0 @@
-dotnet

+ 0 - 7
deployment/ubuntu-x64/package.sh

@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-source ../common.build.sh
-
-VERSION=`get_version ../..`
-
-package_portable ../.. `pwd`/dist/jellyfin_${VERSION}