aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
2021-03-21Merge pull request #5447 from joshuaboniface/fix-fedora-buildClaus Vium
Remove Microsoft repo from install step (cherry picked from commit 88a8fa71005dbcfaa928168617830d68e39124ad) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-02-21Merge pull request #5200 from crobibero/dotnet-5.0.3Joshua M. Boniface
Update to dotnet 5.0.3 (cherry picked from commit 426b55052f726fe33ffe1771bd317395c57a437d) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-01-23Merge pull request #5031 from crobibero/5.0.2Joshua M. Boniface
Update to dotnet 5.0.2 (cherry picked from commit 3bf7e18886840307d56a304f1a2d28c95ce678d8) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-30Merge pull request #4828 from joshuaboniface/linux-alt-archBond-009
(cherry picked from commit 2e8e96874f75bc393a67eed36b034e8636e4f0ac) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4753 from crobibero/5.0.1Claus Vium
Update to dotnet 5.0.1 (cherry picked from commit a56ac654498298f2d67a5109f8112ba17ca9ee22) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-11-16Merge pull request #4460 from yodatak/patch-1Anthony Lavado
Bump dependencies to Fedora 33
2020-11-17Fedora: install systemd as build dependencyOdd Stråbø
2020-11-16Merge branch 'master' into docker-plsCody Robibero
2020-11-16Fix builderscrobibero
2020-11-15User buster-slim instead of non existent bustercrobibero
2020-11-15Upgrade all netcore3.1 to net5.0crobibero
2020-11-14Remove extraneous newlinecrobibero
2020-11-10Bump dependencies to Fedora 33yodatak
Fedora 33 is out so Fedora 31 is unmaintened so its time to migrate the build to Fedora 33 !
2020-11-10Update build ci, dockerfiles to .Net5.0crobibero
2020-10-13Update to dotnet 3.1.9crobibero
2020-10-09Remove references to legacy scriptscrobibero
2020-09-12update to dotnet 3.1.8crobibero
2020-09-04Remove GenerateDocumentationFilecrobibero
2020-09-03Merge pull request #4008 from crobibero/publish-with-docsJoshua M. Boniface
Include xml docs when publishing
2020-08-29include xml docs when publishingcrobibero
2020-08-12update docker dotnet sdkcrobibero
2020-08-06Bump to .NET Core SDK 3.1.302Joshua M. Boniface
2020-07-17utilize jellyfin-ffmpeg for portable x64nyanmisaka
2020-07-04update ffmpeg 4.3 from zeranoe buildsnyanmisaka
2020-06-19Remove as builder element as wellJoshua M. Boniface
2020-06-19Move ARGs for directories to after importJoshua M. Boniface
2020-06-19Add mkdir of the SOURCE_DIR before setting WORKDIRJoshua M. Boniface
2020-06-19Add builder docker imagesJoshua M. Boniface
2020-06-19Modify build scripts to build Unstable versionsJoshua M. Boniface
2020-04-09Remove old build infra (again)Joshua M. Boniface
2020-04-09Preserve Unraid configurationJoshua M. Boniface
2020-04-09Revert "Remove old stuff"Joshua M. Boniface
This reverts commit b9fdd96ece39a6ff0f4ff37ecba36d7a0f65fcba.
2020-04-09Correct ARCH var in Ubuntu DockerfilesJoshua M. Boniface
2020-03-24Use more specific mv source globJoshua M. Boniface
2020-03-24Remove old stuffJoshua M. Boniface
2020-03-23Unify dep installation and updateJoshua M. Boniface
2020-03-23Go back to cp-based control archive but rightJoshua M. Boniface
2020-03-23Remove arch from macosJoshua M. Boniface
2020-03-23Use git checkout instead of file copies to cleanJoshua M. Boniface
2020-03-23Add Windows buildJoshua M. Boniface
2020-03-23Add .tar.gz-based buildsJoshua M. Boniface
2020-03-23Port Fedora and CentOS builds and remove web buildJoshua M. Boniface
Simplifies a number of aspects of the RPM build, including moving .copr/Makefile into the "fedora/" folder (and leaving a symlink), removing the jellyfin-web build components, and renaming it jellyfin-server like Debian did.
2020-03-23Back up and restore control fileJoshua M. Boniface
2020-03-23Mount the source volume rather than copy itJoshua M. Boniface
Now that the build script cleans up both before and after building, this is a viable option and will significant reduce build times by promoting container reuse (with `-k`).
2020-03-23Add Ubuntu configurationsJoshua M. Boniface
2020-03-23Fix version outputJoshua M. Boniface
2020-03-23Remove NPM install from DockerfilesJoshua M. Boniface
2020-03-23Fix deps for armhfJoshua M. Boniface
2020-03-23Add arm64 and armhf buildsJoshua M. Boniface
2020-03-22Add first proof-of-concept deployment setupJoshua M. Boniface