aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
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
2019-07-24Bump version for 10.3.7v10.3.7Joshua M. Boniface
2019-07-14Override the installinit nameJoshua M. Boniface
Without this, when building the `jellyfin-nightly` package, it attempts to find service/init files with the name `jellyfin-nightly` instead of the proper name. This override prevents this by forcing the name to `jellyfin`. Required for nightly builds.
2019-07-13Fix broken symlinksJoshua M. Boniface
These were removed somehow in defc5f1cf9b486357b379c610663e1bad48428ad; restore them to their proper link state.
2019-07-13Use dash or underscore on mv commandJoshua M. Boniface
Required for nightlies, which would not match this file format with the underscore then wildcard. Enables nightly builds.
2019-07-13Update to uninstall silently if already installedcrankdoofus
2019-07-09Update code for in-place upgradescrankdoofus