Joshua M. Boniface
5c4e468035
Correct BuildRequires and NodeJS for Fedora/CentOS
5 years ago
artiume
7931a7a7d0
update fedora
5 years ago
David Mouse
422c440743
Fix Fedora build
...
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.
5 years ago
Sacha Korban
2497573b7f
Update the build script to use .NET core SDK 3.1
5 years ago
Joshua Boniface
fd4a9d13b7
Update path of SOS readme
...
Seems like this changed upstream as it's not our file.
5 years ago
Joshua Boniface
4fc2bd56ee
Add master fallback for web build
5 years ago
Joshua Boniface
e40c82be88
REVERT-ME Update to .NET 3.0
5 years ago
Joshua M. Boniface
53ee78170a
Merge branch 'master' into copr-fix
5 years ago
Thomas Büttner
bf11426f7d
Add comments about Source URLs and remove no longer needed dependency
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
5 years ago
Thomas Büttner
59995c20f1
Fix buildscript failure, remove unnecessary yarn repo for Fedora build
5 years ago
Joshua Boniface
c30866fc93
Remove web frontend build from docker-build.sh
...
This is now handled in the RPM spec.
5 years ago
Joshua Boniface
d57ee0b2b8
Remove spec version bump
...
This will be taken care of with the 10.4.1 bump in stable.
5 years ago
Brian J. Murrell
145df92265
Support buiding jellyfin-web webpack
...
Needs nodejs >= 8 on EL7
- from https://rpm.nodesource.com/pub_8.x/el/7/x86_64/ on EL7.
Needs yarn
- from yarnpkg.com on EL7
5 years ago
Joshua Boniface
fffc5e3a6f
Bump version to 10.5.0 for next stable release
5 years ago
Joshua Boniface
547a6121b0
Remove redundant yarn build command
5 years ago
Joshua Boniface
15b83f8b55
Clean up and fix Fedora/CentOS builds
...
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.
5 years ago
Joshua Boniface
4b257b7b4a
Clean up web_build_dir in docker-build.sh
5 years ago
Joshua Boniface
172a81b22c
Clean up deployment directory
...
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
5 years ago
Joshua Boniface
fa9b0d9da1
Add web build to Fedora package build
5 years ago
Joshua Boniface
742102b541
Bump version to 10.4.0
5 years ago
loli10K
588db95e2a
Fix firewall-cmd: Error: INVALID_SERVICE: 'jellyfin' not among existing services
5 years ago
Bond-009
e8028de4d7
Merge pull request #1560 from jellyfin/release-10.3.z
...
Backmerge for 10.3.7
5 years ago
Joshua M. Boniface
595a68b822
Bump version for 10.3.7
5 years ago
Bond-009
82f041d050
Merge branch 'master' into release-10.3.z
5 years ago
Joshua M. Boniface
b3f9d04501
Bump version for 10.3.6
5 years ago
dkanada
4f2d601f02
Merge pull request #1167 from Bond-009/eol
...
Force LF line endings
5 years ago
Joshua M. Boniface
62105c249f
Use which to find the service binary path
5 years ago
Joshua M. Boniface
a629f209b9
Make message wording more consistent
5 years ago
Joshua M. Boniface
c08c0272b5
Add nicer restart script
...
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.
5 years ago
Joshua M. Boniface
d5fe82314e
Bump version for 10.3.5
5 years ago
Bond-009
cb07822aa3
Add execute permissions back
5 years ago
Bond_009
defc5f1cf9
Force LF line endings
5 years ago
Joshua M. Boniface
855911333a
Bump version for 10.3.4
5 years ago
Joshua M. Boniface
1bf3a26a61
Bump version for 10.3.3
6 years ago
Odd Stråbø
3634d367c1
Move artifact chown inside docker to avoid sudo
6 years ago
Joshua Boniface
e8196fed7c
Bump version for 10.3.2
6 years ago
Joshua Boniface
5fb4922c6f
Bump version to 10.3.1
6 years ago
Joshua Boniface
46c37c0ae8
Bump version to 10.3.0 (release)
6 years ago
Joshua Boniface
65bff1181a
Bump version to 10.3.0-rc2 and update submodule
6 years ago
Joshua Boniface
f27477da26
Bump version to 10.3.0 and update submodule
6 years ago
PloughPuff
b864e9da2a
Finalise removal of --ffprobe switch
...
Removed --ffprobe from src files and server/docker scripts.
6 years ago
Joshua Boniface
86f5221f96
Use environment variables instead of opts for RPM
6 years ago
Joshua Boniface
58e5931a32
Bump version to 10.2.2
6 years ago
Vasily
500c0b9cba
Merge pull request #979 from Wuerfelbecher/release-disable-debug
...
Build Package releases without debug turned on
6 years ago
Thomas Büttner
da61998ad6
Build releases without debug
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
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
Joshua Boniface
83948420a4
Bump version to 10.2.1
6 years ago
Joshua Boniface
a15098dc00
Bump release version for last-minute PRs
6 years ago