Joshua Boniface
ecf85a73ec
Use environment variables instead of opts for Deb
6 years ago
Joshua Boniface
4ef7eda593
Copy install script from new location
6 years ago
Bond-009
594b271383
Merge pull request #1024 from jellyfin/release-10.2.z
...
Backmerge for 10.2.2
6 years ago
Joshua Boniface
58e5931a32
Bump version to 10.2.2
6 years ago
Anthony Lavado
fcd299965d
Merge pull request #992 from joshuaboniface/armhf-debian
...
Add Debian armhf (Rasberry Pi) build plus crossbuild
6 years ago
Andrew Rabert
f384822aa5
Merge pull request #991 from joshuaboniface/ffmpeg-compat
...
Fix the ffmpeg compatibility
6 years ago
Vasily
500c0b9cba
Merge pull request #979 from Wuerfelbecher/release-disable-debug
...
Build Package releases without debug turned on
6 years ago
Joshua Boniface
5054a77dcf
Fix the ffmpeg compatibility
...
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.
6 years ago
Joshua Boniface
dac2c98d8a
Disable documentation and debug in build
6 years ago
Thomas Büttner
38ec68c488
use common.build.sh for docker image builds
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
da61998ad6
Build releases without debug
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Joshua Boniface
c2e57aba27
Add Debian armhf (Rasberry Pi) build plus crossbuild
6 years ago
Brian J. Murrell
f03e279382
COPR auto building
...
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.
6 years ago
Brian J. Murrell
1bc2b12ee3
dotnet-runtime is needed in Fedora RPM build also
6 years ago
Joshua Boniface
469a17b3ca
Install the dotnet runtime too
...
This is needed since /usr/bin/dotnet doesn't exist in the SDK package
for whatever reason as of Feb 18 2019.
6 years ago
scheidleon
74aa38acd7
Fix Path
6 years ago
Joshua M. Boniface
d4ded281aa
Merge pull request #961 from jellyfin/release-10.2.z
...
Release 10.2.1
6 years ago
Joshua Boniface
83948420a4
Bump version to 10.2.1
6 years ago
Bond-009
99bed9a9c3
Merge pull request #939 from joshuaboniface/cleanup-builds
...
Clean up and rename obsolete deployment platforms
6 years ago
Joshua Boniface
3ed9d32f68
Rename Windows scripts folder
6 years ago
Joshua Boniface
3ecfd1fdd1
Rename framework to portable
6 years ago
Joshua Boniface
24574d4964
Rename MacOS build
6 years ago
Joshua Boniface
512ab8c6aa
Remove unneeded Linux builds
6 years ago
Joshua M. Boniface
781cca0c82
Merge pull request #902 from brianjmurrell/copr-autobuild
...
COPR auto building
6 years ago
Joshua Boniface
a15098dc00
Bump release version for last-minute PRs
6 years ago
Joshua Boniface
056e19f350
Remove superfluous changelog entries
6 years ago
Joshua Boniface
f8ba55e202
Update version to 10.2.0 release
6 years ago
Brian J. Murrell
e33706ab25
Code review updates
...
Also fix a bug in the tarball creation that existed even prior
to moving it into create_tarball.sh
6 years ago
Brian J. Murrell
4018b7e2d5
COPR auto building
...
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.
6 years ago
Joshua Boniface
8414285b58
Only modify Debian package spec for jellyfin-ffmpeg
6 years ago
Joshua Boniface
7ec42b89a0
Correct changelogs for updated 10.2.0~rc2
6 years ago
Joshua Boniface
af8f86b3de
Bump version to 10.2.0~rc2
6 years ago
Joshua Boniface
9849c183ac
Fix syntax error of additional brace
6 years ago
Joshua Boniface
bcb32ec6ad
Bump version to 10.2.0~rc1
6 years ago
Joshua M. Boniface
d6c669a7c8
Merge pull request #824 from joshuaboniface/improved-docker-pkgbuild
...
Improved Docker pkgbuild
6 years ago
Joshua Boniface
fb256b7aa0
Fix control file for Microsoft Docker setup
6 years ago
Joshua Boniface
00234a5ece
Remove superfluous comments
6 years ago
Joshua Boniface
57cefb432a
Combine various RUNs in Fedora/CentOS
6 years ago
Joshua Boniface
7be4a8500c
Use Microsoft dotnet Docker images
6 years ago
Anthony Lavado
4727f69fc9
Merge pull request #807 from joshuaboniface/fix-restart
...
Fix restart script in OS packages
6 years ago
Joshua Boniface
3014866f65
Add similar Ubuntu build package
6 years ago
Joshua Boniface
37985c2e26
Update image name
6 years ago
Joshua Boniface
139e3c19ee
Replace symlinks with copies and update image name
6 years ago
Joshua Boniface
da860e6e54
Remove superfluous VERSION variables
6 years ago
Joshua Boniface
b8b650540d
Allow Fedora/CentOS mounting by default
6 years ago
Joshua Boniface
e1d523ee45
Improve description of keep_artifacts flag
6 years ago
Joshua Boniface
8413c56392
Update CentOS package build
6 years ago
Joshua Boniface
88038d9644
Update Fedora package build
6 years ago
Joshua Boniface
c846da4f9e
Update Debian package build
6 years ago
Joshua Boniface
546f4cd46f
Add prerequisite keep_artifacts var
6 years ago
Joshua Boniface
72beadc74d
Fix restart script for Fedora/CentOS
6 years ago
Joshua Boniface
f0e74c2c6b
Fix restart script for Debian
6 years ago
Joshua Boniface
d351fa0c1e
Make Fedora package.sh script use bash
6 years ago
Joshua M. Boniface
20033f2275
Merge branch 'master' into fix-env
6 years ago
Joshua Boniface
be89d53a9e
Handle new option parser properly
6 years ago
Thomas Büttner
d573f2d671
use cachedir option
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
1ce5939362
optimize rpm dependencies
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
4d335d8f13
Add CentOS
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Joshua Boniface
6772ac5603
Fix double-dashes in Fedora environment file
6 years ago
Joshua Boniface
b630e9de82
Allow adm group to view Jellyfin resources
...
This is pretty arbitrary and personal, but I detest services that
lock out global access (which is good), but don't simultaneously
make it easy for administrators to enter the directories. The adm
group should only have actual system administrators as members,
so this lets them view the secure directories.
6 years ago
Joshua Boniface
7774977cdd
Implement review feedback
6 years ago
Joshua Boniface
aad34e62ca
Move jellyfin-sudoers to conf dir
6 years ago
Joshua Boniface
45d8ace9bb
Use good ideas from Fedora systemd in Debian
6 years ago
Joshua Boniface
5e4697802f
Replace programdata with datadir everywhere
6 years ago
Joshua Boniface
f6227e99cc
Add cachedir to deployment scripts; fix bad logdir
6 years ago
Joshua Boniface
ae24d644db
Use double-dash args in install-jellyfn.ps1
6 years ago
Joshua Boniface
b982d7c239
Update to long opts and add cache dirs
6 years ago
Andrew Rabert
b4fdfb562d
Merge pull request #700 from jellyfin/dev
...
Dev sync
6 years ago
Thomas Büttner
6a3ed5d519
Added macOS to the docker sudo exception
6 years ago
Thomas Büttner
f2d0d1f646
Make the docker group check BSD compatible
6 years ago
Phallacy
d6a729c119
parameterized ffmpeg and nssm stuff
6 years ago
Phallacy
4e7675e78f
Updated Packaging Windows from Linux for parity
6 years ago
Thomas Büttner
cc3b1e5cc8
Fix package build for fedora
6 years ago
Phallacy
a30687a15a
Quick fix to erroring build scripts and pulling the supported ffmpeg
6 years ago
Joshua Boniface
411139cd78
Update changelogs to add #666
6 years ago
Joshua Boniface
8d298e0e36
Update changelogs to remove #639 , add #661 , #54
6 years ago
Joshua Boniface
e6b95db132
Add jellyfin-web#53 to changelogs
6 years ago
Joshua M. Boniface
571afa4fe2
Merge pull request #655 from joshuaboniface/local-web-branch
...
Support trying local branches in submodule
6 years ago
Joshua Boniface
42f2799d66
Add jellyfin-web#52 to changelogs
6 years ago
Joshua Boniface
384f867228
Update changelogs to include this PR
6 years ago
Joshua Boniface
ff4cbfc6df
Fix inconsistencies in changelogs
6 years ago
Joshua Boniface
73038ee3f7
Bump version to 10.1.0
6 years ago
Joshua Boniface
3320d4feeb
Move dotnet to a per-platform dependency
6 years ago
Joshua Boniface
daaa007fea
Update YUM spec version
6 years ago
Joshua Boniface
0addc9ef46
Add mention of dependencies file per platform
6 years ago
Joshua Boniface
9f8b716f40
Add dependencies.txt entries for Docker builds
6 years ago
Joshua Boniface
f952988fb3
Add new centralized build script and README
6 years ago
Joshua Boniface
d42ef36bf9
Correct invalid changelog entry
6 years ago
Erwin de Haan
c5430f86b0
Fixed csproj and xml identation.
6 years ago
Erwin de Haan
d116efe1f7
Merge branch 'dev' into reformat
6 years ago
Joshua Boniface
b30d702782
Merge branch 'master' into dev
6 years ago
Erwin de Haan
49b61f238e
Merge branch 'dev' into reformat
...
# Conflicts:
# Emby.Server.Implementations/ApplicationHost.cs
# Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
# Emby.Server.Implementations/LiveTv/LiveTvManager.cs
# Emby.Server.Implementations/Security/MBLicenseFile.cs
# Emby.Server.Implementations/Security/PluginSecurityManager.cs
# Emby.Server.Implementations/Security/RegRecord.cs
# MediaBrowser.Api/PluginService.cs
# MediaBrowser.Api/System/SystemService.cs
# MediaBrowser.Common/Security/IRequiresRegistration.cs
# MediaBrowser.Common/Security/ISecurityManager.cs
# MediaBrowser.Common/Security/PaymentRequiredException.cs
# MediaBrowser.Model/Entities/MBRegistrationRecord.cs
# MediaBrowser.Model/Entities/PluginSecurityInfo.cs
# deployment/win-generic/build-jellyfin.ps1
6 years ago
Erwin de Haan
9b224d7080
Merged the two ARM platforms. To be split apart when a binary ffmpeg is required.
6 years ago
Erwin de Haan
ca320ba7ac
Sudo fix for debian and fedora.
6 years ago
Erwin de Haan
d7b7be395b
Moved ARM dockerfiles back to root.
6 years ago
Erwin de Haan
672013c23d
Add TODO for netcore version upgrade.
6 years ago
Erwin de Haan
b73d081bd2
Updated docker build script.
6 years ago
Erwin de Haan
ba671569b4
Moved main docker file.
6 years ago
Erwin de Haan
2c65fe53f2
Enabled update-version in anticipation of the versioning PR.
6 years ago
Erwin de Haan
2c62f8dbd5
Renamed main script to be more correct for what it does.
6 years ago
Erwin de Haan
4b00b0cc87
Fixed fedora rpm build unexpected dependency on liblttng-ust. Fixed the docker builds and added manifest generation.
6 years ago
Erwin de Haan
74507099ad
Added git submodules command. Converted RPM to build from local tree. Added all the execution bits to the build scripts.
6 years ago
Erwin de Haan
0bb08b3f8d
Added debian bin folder.
6 years ago
Erwin de Haan
21098eb861
Moved rpm package and edited the package slightly, to build the project correctly.
6 years ago
Erwin de Haan
399a079dd4
Build scripts and build system consolidation.
...
Squashed commit.
6 years ago