aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
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-20Bump version to 10.2.1v10.2.1Joshua Boniface
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-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
2019-02-04Fix restart script for DebianJoshua Boniface
2019-02-03Make Fedora package.sh script use bashJoshua Boniface
2019-02-03Merge branch 'master' into fix-envJoshua M. Boniface
2019-02-03Handle new option parser properlyJoshua Boniface
2019-02-03use cachedir optionThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-03optimize rpm dependenciesThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-03Add CentOSThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-01Fix double-dashes in Fedora environment fileJoshua Boniface
2019-02-01Allow adm group to view Jellyfin resourcesJoshua Boniface
This is pretty arbitrary and personal, but I detest services that lock out global access (which is good), but don't simultaneously make it easy for administrators to enter the directories. The adm group should only have actual system administrators as members, so this lets them view the secure directories.
2019-02-01Implement review feedbackJoshua Boniface
2019-01-31Move jellyfin-sudoers to conf dirJoshua Boniface
2019-01-31Use good ideas from Fedora systemd in DebianJoshua Boniface