aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
2019-03-06Copy install script from new locationJoshua Boniface
2019-03-01Merge pull request #1024 from jellyfin/release-10.2.zBond-009
Backmerge for 10.2.2
2019-02-28Bump version to 10.2.2v10.2.2Joshua Boniface
2019-02-28Merge pull request #992 from joshuaboniface/armhf-debianAnthony Lavado
Add Debian armhf (Rasberry Pi) build plus crossbuild
2019-02-27Merge pull request #991 from joshuaboniface/ffmpeg-compatAndrew Rabert
Fix the ffmpeg compatibility
2019-02-25Merge pull request #979 from Wuerfelbecher/release-disable-debugVasily
Build Package releases without debug turned on
2019-02-25Fix the ffmpeg compatibilityJoshua Boniface
Doing this the other way was just complex. No longer try to override the system ffmpeg, just put ours somewhere else and depend on that package.
2019-02-24Disable documentation and debug in buildJoshua Boniface
2019-02-24use common.build.sh for docker image buildsThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-24Build releases without debugThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-23Add Debian armhf (Rasberry Pi) build plus crossbuildJoshua Boniface
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-20Fix Pathscheidleon
2019-02-20Merge pull request #961 from jellyfin/release-10.2.zJoshua M. Boniface
Release 10.2.1
2019-02-20Bump version to 10.2.1v10.2.1Joshua Boniface
2019-02-20Merge pull request #939 from joshuaboniface/cleanup-buildsBond-009
Clean up and rename obsolete deployment platforms
2019-02-18Rename Windows scripts folderJoshua Boniface
2019-02-18Rename framework to portableJoshua Boniface
2019-02-18Rename MacOS buildJoshua Boniface
2019-02-18Remove unneeded Linux buildsJoshua Boniface
2019-02-18Merge pull request #902 from brianjmurrell/copr-autobuildJoshua M. Boniface
COPR auto building
2019-02-16Bump release version for last-minute PRsv10.2.0Joshua Boniface
2019-02-15Remove superfluous changelog entriesJoshua Boniface
2019-02-15Update version to 10.2.0 releaseJoshua Boniface
2019-02-15Code review updatesBrian J. Murrell
Also fix a bug in the tarball creation that existed even prior to moving it into create_tarball.sh
2019-02-15COPR 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-14Only modify Debian package spec for jellyfin-ffmpegJoshua Boniface
2019-02-13Correct changelogs for updated 10.2.0~rc2Joshua Boniface
2019-02-13Bump version to 10.2.0~rc2Joshua Boniface
2019-02-10Fix syntax error of additional braceJoshua Boniface
2019-02-10Bump version to 10.2.0~rc1Joshua Boniface
2019-02-09Merge pull request #824 from joshuaboniface/improved-docker-pkgbuildJoshua M. Boniface
Improved Docker pkgbuild
2019-02-09Fix control file for Microsoft Docker setupJoshua Boniface
2019-02-09Remove superfluous commentsJoshua Boniface
2019-02-09Combine various RUNs in Fedora/CentOSJoshua Boniface
2019-02-09Use Microsoft dotnet Docker imagesJoshua Boniface
2019-02-09Merge pull request #807 from joshuaboniface/fix-restartAnthony Lavado
Fix restart script in OS packages
2019-02-08Add similar Ubuntu build packageJoshua Boniface
2019-02-08Update image nameJoshua Boniface
2019-02-08Replace symlinks with copies and update image nameJoshua Boniface
2019-02-08Remove superfluous VERSION variablesJoshua Boniface
2019-02-06Allow Fedora/CentOS mounting by defaultJoshua Boniface
2019-02-05Improve description of keep_artifacts flagJoshua Boniface
2019-02-05Update CentOS package buildJoshua Boniface
2019-02-05Update Fedora package buildJoshua Boniface
2019-02-05Update Debian package buildJoshua Boniface
2019-02-05Add prerequisite keep_artifacts varJoshua Boniface
2019-02-04Fix restart script for Fedora/CentOSJoshua Boniface