aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
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-18Merge pull request #1383 from jellyfin/release-10.3.zBond-009
Backmerge for Release 10.3.3
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-30Merge pull request #1337 from jellyfin/release-10.3.zJoshua M. Boniface
Backmerge for 10.3.2 release
2019-04-30Bump version for 10.3.2v10.3.2Joshua Boniface
2019-04-30Merge pull request #1324 from joshuaboniface/arm64Joshua M. Boniface
Add arm64 packaging for Debuntu
2019-04-29Support libssl1.1 for Ubuntu DiscoJoshua Boniface
2019-04-29Add arm64 packaging for DebuntuJoshua Boniface
2019-04-25Merge pull request #1304 from jellyfin/release-10.3.zBond-009
Backmerge 10.3.1
2019-04-20Bump version to 10.3.1Joshua Boniface
2019-04-20Merge pull request #1252 from jellyfin/release-10.3.zBond-009
Backmerge release 10.3.0
2019-04-19Bump version to 10.3.0 (release)v10.3.0Joshua Boniface
2019-04-11Fix directory capitalizationTerror-Gene
2019-04-11Fix missing Unraid cache mountTerror-Gene
Cache folder was not mounted outside of the Docker image since its separation from the config folder. Config HostDir was only updated for consistency, previous directory was overridden by unraid into the appdata/appname folder anyway. Name capitalization was corrected as this is only used by new installations & does not affect current installations/updates.
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-08Updated Unraid Docker iconTerror-Gene
Logo was set to use emby, but binhex has since added the jellyfin logo.
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