| Age | Commit message (Collapse) | Author |
|
Add /usr/local/bin to $PATH.
Update fedora/Makefile with enhancements from jellyfin-web.
|
|
Simplifies a number of aspects of the RPM build, including moving
.copr/Makefile into the "fedora/" folder (and leaving a symlink),
removing the jellyfin-web build components, and renaming it
jellyfin-server like Debian did.
|
|
|
|
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
|
|
This script was removed in #1793; instead of restoring it, instead
implement its functionality directly in the COPR Makefile.
|
|
Also fix a bug in the tarball creation that existed even prior
to moving it into create_tarball.sh
|
|
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.
|