aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
2020-03-15Merge pull request #2607 from joshuaboniface/fix-fedorav10.5.1Joshua M. Boniface
Correct BuildRequires and NodeJS for Fedora/CentOS (cherry picked from commit ef4dfd4461cd4c9a87f58b5d1b14fff73bbf6cf0) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-03-15Bump version to 10.5.1Joshua M. Boniface
2020-03-05Replaces uninstaller icon so it's more visibleferferga
2020-03-04update fedoraartiume
2020-02-10Fix Fedora buildDavid Mouse
Fedora builds were broken due to dotnet-sdk-3.1 and dotnet-runtime-3.1 not being available on the @dotnet-sig/dotnet repo as well as a lack of the git package (needed for yarn when installing jellyfin/jellyfin-noto per https://github.com/jellyfin/jellyfin-web/pull/735). Replaces the outdated repo with the official repo found in Microsoft's documentation.
2020-02-05Merge pull request #2379 from joshuaboniface/nodejs-debdkanada
Use NodeJS 10.X for NPM builds
2020-02-04Use NodeJS 10.X for NPM buildsJoshua M. Boniface
2020-01-28Fix broken webserver caused by dotnet publish.Matt07211
This should be considered a temp fix, as it fixes the symptom and not the actual root cause of the issue. Why this works? I *feel like* this is a dependency issue and this change forces it to evalute dependencys in a different order, avoiding the bug.
2020-01-16Merge pull request #2287 from nyanmisaka/masterdkanada
New upstream ffmpeg version 4.2.1 for windows nightly channel
2020-01-16fix indentationNyanmisaka
2020-01-16Update build-jellyfin.ps1Nyanmisaka
2020-01-16New upstream ffmpeg version 4.2.1 on windowsNyanmisaka
2020-01-16New upstream ffmpeg version 4.2.1 on windowsNyanmisaka
2020-01-16New upstream ffmpeg version 4.2.1 on windowsNyanmisaka
2020-01-15Switch around SetCompressor arguments. Hide progress bars for powershell.Erwin de Haan
2020-01-15Switch to slightly more verbose logging.Erwin de Haan
2020-01-15Enable /SOLID switch for compressionErwin de Haan
2020-01-15Enable UnicodeErwin de Haan
ANSI targets are deprecated
2020-01-15Less output and lesser compression.Erwin de Haan
2020-01-04Update the build script to use .NET core SDK 3.1Sacha Korban
2019-12-15Remove broken Microsoft SDK image (#2158)Joshua M. Boniface
* Remove broken Microsoft SDK image This was not working; for some reason the Microsoft .NET Docker image for 3.0 still had a 2.1 binary which was wreaking havoc. Replace it with the manual download that all the other .deb packages use. * Install missing dependency
2019-12-06Fix ubuntu x64 docker buildBond_009
2019-11-26Use .Net Core 3.0 in all docker imagesBond-009
2019-11-19Merge pull request #1925 from joshuaboniface/integrate-web-build-debuntuJoshua M. Boniface
Integrate web build into Debuntu package build steps
2019-11-03Merge pull request #1903 from anthonylavado/nsis-updateJoshua M. Boniface
Update NSIS Installer
2019-11-03Merge pull request #1859 from joshuaboniface/copr-fixJoshua M. Boniface
Fix COPR build and Fedora packaging
2019-11-03Always download the latest tray app releaseAnthony Lavado
2019-11-02Update path of SOS readmeJoshua Boniface
Seems like this changed upstream as it's not our file.
2019-11-02Add master fallback for web buildJoshua Boniface
2019-11-02REVERT-ME Update to .NET 3.0Joshua Boniface
2019-11-01Use the correct file copy operation for the iconAnthony Lavado
2019-11-01Fix an incorrect argument type in build scriptAnthony Lavado
2019-10-30Add the tray app download to the build script, use it in the installer shortcutsAnthony Lavado
Adds the tray app download to build-jellyfin, adjusts the shortcuts in the installer, and adds the switch to the pipeline configuration.
2019-10-29Remove the SPEC edit hack, replace with proper repos (#7)Thomas Büttner
* Remove the SPEC edit hack, replace with proper repos Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> * Fix bad rpmbuild flag Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-10-29Remove extra EndIfAnthony Lavado
2019-10-28updates win32 build script with nssm mirrorLogicalPhallacy
2019-10-28Updating win-x64 build NSSM addressLogicalPhallacy
2019-10-28Updated build-jellyfin.ps1 to pull from my mirrorLogicalPhallacy
Updated it to pull from my mirror on Azure.
2019-10-27Merge branch 'master' into copr-fixJoshua M. Boniface
2019-10-27Correct CentOS build for new Fedora specJoshua Boniface
2019-10-26Add comments about Source URLs and remove no longer needed dependencyThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-10-23More preparations for the tray appAnthony Lavado
2019-10-23Add the "service" argument to the service parametersAnthony Lavado
This will avoid an exception when the server cannot launch a browser process for the web interface.
2019-10-23Change the default AppExit action to ExitAnthony Lavado
When the service should fail to launch Jellyfin, or should Jellyfin crash, the default action is changed from Restart to AppExit. This prevents the service from entering a constant restart due to a permissions issue or similar.
2019-10-22Make installer shortcut check betterAnthony Lavado
During an upgrade, only create shortcuts if the existing install was not a service install. Otherwise, do not create them.
2019-10-22Fix syntax errors, move order of upgrade checks, enhance folder check, fix ↵Anthony Lavado
shortcuts Fixes a syntax error with the NoServiceUninstall section. Moves the detection of an existing Service and datadir further up, so it happens before we decide how the installation will happen. Removed a newline from a comment, and enhanced the existing directory check. Adds an existing folder check, as well as a prompt if the user wants to continue with it or not. Also adds the datadir property to shortcuts.
2019-10-21Fix buildscript failure, remove unnecessary yarn repo for Fedora buildThomas Büttner
2019-10-20Clean up ubuntu-armhf build stepsJoshua Boniface
Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken.
2019-10-20Clean up ubuntu-arm64 build stepsJoshua Boniface
Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken.
2019-10-20Clean up ubuntu-x64 build stepsJoshua Boniface
Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken.