Merge pull request #939 from joshuaboniface/cleanup-builds
Clean up and rename obsolete deployment platforms
This commit is contained in:
commit
99bed9a9c3
|
@ -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}
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
source ../common.build.sh
|
|
||||||
|
|
||||||
VERSION=`get_version ../..`
|
|
||||||
|
|
||||||
clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION}
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
source ../common.build.sh
|
|
||||||
|
|
||||||
VERSION=`get_version ../..`
|
|
||||||
|
|
||||||
package_portable ../.. `pwd`/dist/jellyfin_${VERSION}
|
|
|
@ -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}
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
source ../common.build.sh
|
|
||||||
|
|
||||||
VERSION=`get_version ../..`
|
|
||||||
|
|
||||||
clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION}
|
|
|
@ -1 +0,0 @@
|
||||||
dotnet
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
source ../common.build.sh
|
|
||||||
|
|
||||||
VERSION=`get_version ../..`
|
|
||||||
|
|
||||||
package_portable ../.. `pwd`/dist/jellyfin_${VERSION}
|
|
|
@ -1 +0,0 @@
|
||||||
dotnet
|
|
Loading…
Reference in New Issue
Block a user