aboutsummaryrefslogtreecommitdiff
path: root/deployment/debian-package-x64
AgeCommit message (Collapse)Author
2020-03-22Move all old deployment stuff to a new folderJoshua M. Boniface
2020-01-04Update the build script to use .NET core SDK 3.1Sacha Korban
2019-11-26Use .Net Core 3.0 in all docker imagesBond-009
2019-10-20Move web-build into Debian build rulesJoshua Boniface
This removes the convoluted steps in docker-build.sh in favour of integrating the web-build sequence into the Debian rules file explicitly. This will allow the web-build to work properly outside of the boutique Docker container we build, thus allowing it to be build properly directly on a target system with dpkg-buildpackage.
2019-10-11Bump version to 10.5.0 for next stable releaseJoshua Boniface
2019-09-26Remove redundant yarn build commandJoshua Boniface
2019-09-25Clean up old changelog entires from Debian packageJoshua Boniface
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-24Add web build to Debian amd64 package buildJoshua Boniface
2019-09-02Merge pull request #1693 from joshuaboniface/update-libsslJoshua M. Boniface
Update Debian build to Buster and LibSSL 1.1
2019-08-31Bump version to 10.4.0Joshua 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-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-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-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Bump version for 10.3.6Joshua M. Boniface
2019-07-02Merge pull request #1167 from Bond-009/eoldkanada
Force LF line endings
2019-06-28Use which to find the service binary pathJoshua M. Boniface
2019-06-28Make message wording more consistentJoshua M. Boniface
2019-06-27Add nicer restart scriptJoshua M. Boniface
The old restart script was buggy, as reported in #1320. This updated script seems to work far more reliably and conforms to the existing jellyfin-sudoers packages sudo configuration.
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-17Bump version for 10.3.3v10.3.3Joshua M. Boniface
2019-05-01Move artifact chown inside docker to avoid sudoOdd Stråbø
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-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-03-30Bump version to 10.3.0 and update submodulev10.3.0-rc1Joshua Boniface
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 DebJoshua Boniface
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-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