aboutsummaryrefslogtreecommitdiff
path: root/deployment/fedora-package-x64
AgeCommit message (Collapse)Author
2020-03-22Move all old deployment stuff to a new folderJoshua M. Boniface
2020-03-15Correct BuildRequires and NodeJS for Fedora/CentOSJoshua 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-02Update path of SOS readmeJoshua Boniface
Seems like this changed upstream as it's not our file.
2019-11-02Add master fallback for web buildJoshua Boniface
2019-11-02REVERT-ME Update to .NET 3.0Joshua Boniface
2019-10-27Merge branch 'master' into copr-fixJoshua M. Boniface
2019-10-26Add comments about Source URLs and remove no longer needed dependencyThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-10-21Fix buildscript failure, remove unnecessary yarn repo for Fedora buildThomas Büttner
2019-10-20Remove web frontend build from docker-build.shJoshua Boniface
This is now handled in the RPM spec.
2019-10-20Remove spec version bumpJoshua Boniface
This will be taken care of with the 10.4.1 bump in stable.
2019-10-17Support buiding jellyfin-web webpackBrian J. Murrell
Needs nodejs >= 8 on EL7 - from https://rpm.nodesource.com/pub_8.x/el/7/x86_64/ on EL7. Needs yarn - from yarnpkg.com on EL7
2019-10-11Bump version to 10.5.0 for next stable releaseJoshua Boniface
2019-09-26Remove redundant yarn build commandJoshua Boniface
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-25Clean up web_build_dir in docker-build.shJoshua Boniface
2019-09-25Clean up deployment directoryJoshua Boniface
1. Update README.md to remove some old info 2. Remove common.build.sh from all the build scripts 3. Remove common.build.sh script 4. Remove the docker folder as this isn't used at all
2019-09-24Add web build to Fedora package buildJoshua Boniface
2019-08-31Bump version to 10.4.0Joshua Boniface
2019-08-20Fix firewall-cmd: Error: INVALID_SERVICE: 'jellyfin' not among existing servicesloli10K
2019-07-24Merge pull request #1560 from jellyfin/release-10.3.zBond-009
Backmerge for 10.3.7
2019-07-24Bump version for 10.3.7v10.3.7Joshua M. Boniface
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Bump version for 10.3.6Joshua M. Boniface
2019-07-02Merge pull request #1167 from Bond-009/eoldkanada
Force LF line endings
2019-06-28Use which to find the service binary pathJoshua M. Boniface
2019-06-28Make message wording more consistentJoshua M. Boniface
2019-06-27Add nicer restart scriptJoshua M. Boniface
The old restart script was buggy, as reported in #1320. This updated script seems to work far more reliably and conforms to the existing jellyfin-sudoers packages sudo configuration.
2019-06-09Bump version for 10.3.5v10.3.5Joshua M. Boniface
2019-06-08Add execute permissions backBond-009
2019-06-08Force LF line endingsBond_009
2019-06-06Bump version for 10.3.4v10.3.4Joshua M. Boniface
2019-05-17Bump version for 10.3.3v10.3.3Joshua M. Boniface
2019-05-01Move artifact chown inside docker to avoid sudoOdd Stråbø
2019-04-30Bump version for 10.3.2v10.3.2Joshua Boniface
2019-04-20Bump version to 10.3.1Joshua Boniface
2019-04-19Bump version to 10.3.0 (release)v10.3.0Joshua Boniface
2019-04-10Bump version to 10.3.0-rc2 and update submodulev10.3.0-rc2Joshua Boniface
2019-03-30Bump version to 10.3.0 and update submodulev10.3.0-rc1Joshua Boniface
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
2019-03-10Use environment variables instead of opts for RPMJoshua Boniface
2019-02-28Bump version to 10.2.2v10.2.2Joshua Boniface
2019-02-25Merge pull request #979 from Wuerfelbecher/release-disable-debugVasily
Build Package releases without debug turned on
2019-02-24Build releases without debugThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-21COPR auto buildingBrian J. Murrell
This adds enhancements so that Fedora/EL packages can be automatically built in COPR when a webhook is received. A typical webhook could be for tagging events for example or even a "Release" webhook to only build releases.
2019-02-21dotnet-runtime is needed in Fedora RPM build alsoBrian J. Murrell
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-20Bump version to 10.2.1v10.2.1Joshua Boniface