aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
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-04-08Merge pull request #1178 from jellyfin/LogicalPhallacy-patch-1Joshua M. Boniface
Updates windows installer default lib location
2019-04-06Use TLS 1.2 to download NSSMJohn Taylor
2019-03-31Update install-jellyfin.ps1LogicalPhallacy
2019-03-31Updates windows installer default lib locationLogicalPhallacy
You can use the emby import to move an existing library this way.
2019-03-30Bump version to 10.3.0 and update submodulev10.3.0-rc1Joshua Boniface
2019-03-30Merge pull request #1172 from joshuaboniface/build-improvementsAndrew Rabert
Minor improvements to release build setup
2019-03-30Get the version string from build.yamlJoshua Boniface
For the purposes of packaging, this makes more sense, since we can include additional appends to this version (e.g. `-rcX`) when we can't in the SharedVersion file. The previous commit to the bump_version script sets this as well.
2019-03-30Split lists echoes into separate linesJoshua Boniface
2019-03-30Fix up the Ubuntu repository definitionsJoshua Boniface
2019-03-30Add Ubuntu armhf (Raspberry Pi) buildJoshua Boniface
A pretty-much direct copy of the Debian armhf build infrastructure.
2019-03-28Use new libexecdir location for jellyfin-ffmpegJoshua Boniface
From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed binaries from /usr/share to /usr/lib on the next release.
2019-03-20Update init scripts for compatibility with DevuanTorsten
Include start, stop, restart and status option for /etc/init.d/jellyfin Use start-stop-daemon to make the script refer to systemctl mechanism on systems that have systemd installed
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-03-10Use environment variables instead of opts for DebJoshua Boniface
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