aboutsummaryrefslogtreecommitdiff
path: root/deployment/fedora-package-x64/Dockerfile
AgeCommit message (Collapse)Author
2020-03-22Move all old deployment stuff to a new folderJoshua M. Boniface
2020-03-04update fedoraartiume
2020-02-10Fix Fedora buildDavid Mouse
Fedora builds were broken due to dotnet-sdk-3.1 and dotnet-runtime-3.1 not being available on the @dotnet-sig/dotnet repo as well as a lack of the git package (needed for yarn when installing jellyfin/jellyfin-noto per https://github.com/jellyfin/jellyfin-web/pull/735). Replaces the outdated repo with the official repo found in Microsoft's documentation.
2020-01-04Update the build script to use .NET core SDK 3.1Sacha Korban
2019-11-02REVERT-ME Update to .NET 3.0Joshua Boniface
2019-10-21Fix buildscript failure, remove unnecessary yarn repo for Fedora buildThomas Büttner
2019-09-25Clean up and fix Fedora/CentOS buildsJoshua Boniface
This performs a lot of bugfixing and general cleanup to the Fedora/CentOS builds, including moving the create_tarball into the docker-build.sh script, remove some old long versions from the spec file, correcting several bugs with the Docker environment including splitting them into more discrete layers, and finally making sure jellyfin-web is included properly in the RPM.
2019-09-24Add web build to Fedora package buildJoshua Boniface
2019-02-20Install the dotnet runtime tooJoshua Boniface
This is needed since /usr/bin/dotnet doesn't exist in the SDK package for whatever reason as of Feb 18 2019.
2019-02-09Remove superfluous commentsJoshua Boniface
2019-02-09Combine various RUNs in Fedora/CentOSJoshua Boniface
2019-02-05Update Fedora package buildJoshua Boniface
2019-01-12Added git submodules command. Converted RPM to build from local tree. Added ↵Erwin de Haan
all the execution bits to the build scripts.
2019-01-11Moved rpm package and edited the package slightly, to build the project ↵Erwin de Haan
correctly.