aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
2019-11-03Fix missed backport changev10.4.1Joshua Boniface
This stupid file is back; looks like its location changed in .NET 3.0 versus .NET 2.2. Just revert it back to its original location. Related to #1859
2019-11-03Bump version to 10.4.1Joshua Boniface
2019-11-03Merge pull request #1954 from LogicalPhallacy/LogicalPhallacy-patch-NSSMdkanada
Use mirror for NSSM (cherry picked from commit ef623f512903624bba48f243e3a659ec46064054) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-03Merge pull request #1903 from anthonylavado/nsis-updateJoshua M. Boniface
Update NSIS Installer (cherry picked from commit 9756bdb76ea625c19b6743a34ec95759d3f6d050) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-03Merge pull request #1859 from joshuaboniface/copr-fixJoshua M. Boniface
Fix COPR build and Fedora packaging (cherry picked from commit 5d5fa55fe523d516edea2ec134c56ac7eda0ae38) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-20Merge pull request #1861 from joshuaboniface/fix-centos-buildVasily
Use NVM to install nodejs v8 and yarn for CentOS (cherry picked from commit 094852ce304c0d64747d1ade2a8a73dbf22a5b61) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-06Remove /bin from ffmpeg path.Erwin de Haan
2019-10-06Fix extracted path from ffmpeg zip.Erwin de Haan
2019-10-06Switch to custom patched build for ffmpegErwin de Haan
2019-09-30Properly build DLL for porableJoshua Boniface
2019-09-29Recursively zip Windows packages (#1809)Joshua M. Boniface
Without -r the directory is not properly zipped up.
2019-09-26Remove redundant yarn build commandJoshua Boniface
2019-09-25Clean up old changelog entires from Debian packageJoshua 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-25Use redirection instead of teeJoshua Boniface
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-25Port Windows x86 build to Docker and add web buildJoshua Boniface
2019-09-25Port Windows x64 build to Docker and add web buildJoshua Boniface
2019-09-25Port Portable build to Docker and add web buildJoshua Boniface
2019-09-25Port MacOS build to Docker and add web buildJoshua Boniface
2019-09-25Port Linux build to Docker and add web buildJoshua Boniface
2019-09-24Add web build to Fedora package buildJoshua Boniface
2019-09-24Add web build to CentOS package buildJoshua Boniface
2019-09-24Add web build to Ubuntu arm64 package buildJoshua Boniface
2019-09-24Add web build to Ubuntu armhf package buildJoshua Boniface
2019-09-24Add web build to Ubuntu amd64 package buildJoshua Boniface
2019-09-24Add web build to Debian arm64 package buildJoshua Boniface
2019-09-24Add web build to Debian armhf package buildJoshua Boniface
2019-09-24Add web build to Debian amd64 package buildJoshua Boniface
2019-09-24Fix up Windows build script copyJoshua Boniface
2019-09-24Merge pull request #1788 from joshuaboniface/ssl-dep-ubudkanada
Include libssl-dev dep in Ubuntu build containers
2019-09-20Add escapes for path quotes in the NSIS Installer (#1777)Anthony Lavado
This adds backslashes to escape the `--datadir` path in the Windows Installer. Without this, the path would be dropped at the first space (e.g. `C:\Test Area\Jellyfin` would become `C:\Test`). Fixes #1773.
2019-09-20Include libssl-dev dep in Ubuntu build containersJoshua Boniface
2019-09-09NSIS improvements (#1692)Erwin de Haan
* Much better, but still broken It crashes with two custom pages after one another. (So when the service should be installed). * Fixed the problems and finished the NSIS installer. Also ignored some of the artifacts. * Added changes to CI for setup building. Consolidate building and fixed git error. Small CI fixes. Move UX repo to SourcesDirectory Fix stupid checkout <> clone error. Fix typo in PowerShell command. Artifact publish tasks can not have wildcards.
2019-09-02Merge pull request #1693 from joshuaboniface/update-libsslJoshua M. Boniface
Update Debian build to Buster and LibSSL 1.1
2019-09-02Add missing build dependencyJoshua Boniface
2019-08-31Bump version to 10.4.0Joshua Boniface
2019-08-31Add libssl-dev dependencyJoshua Boniface
2019-08-31Update GCC crossbuild to version 8Joshua Boniface
2019-08-31Use latest 2.2.6 dotnet SDK image (2.2.401)Joshua Boniface
2019-08-31Add libssl-dev build dependencyJoshua Boniface
2019-08-26Use base Debian image in Docker buildJoshua Boniface
2019-08-26Update builds to Debian 10 and OpenSSL to 1.1-onlyJoshua Boniface
2019-08-20Fix firewall-cmd: Error: INVALID_SERVICE: 'jellyfin' not among existing servicesloli10K
2019-08-18Merge pull request #1511 from crankdoofus/masterJoshua M. Boniface
Add NSIS installer build support
2019-07-27Change service install usercrankdoofus
The default is Network Service, with advanced option to use Local System
2019-07-25Rework based on review commentscrankdoofus
2019-07-25Update installer name to copycrankdoofus
2019-07-24Merge pull request #1560 from jellyfin/release-10.3.zBond-009
Backmerge for 10.3.7