aboutsummaryrefslogtreecommitdiff
path: root/.copr
AgeCommit message (Collapse)Author
2021-12-14Fix build on EL7Brian J. Murrell
Add /usr/local/bin to $PATH. Update fedora/Makefile with enhancements from jellyfin-web.
2020-03-23Port Fedora and CentOS builds and remove web buildJoshua M. Boniface
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.
2019-11-02Add master fallback for web buildJoshua Boniface
2019-10-17Support buiding jellyfin-web webpackBrian J. Murrell
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
2019-10-07Port former create_tarball into COPR MakefileJoshua Boniface
This script was removed in #1793; instead of restoring it, instead implement its functionality directly in the COPR Makefile.
2019-02-15Code review updatesBrian J. Murrell
Also fix a bug in the tarball creation that existed even prior to moving it into create_tarball.sh
2019-02-15COPR auto buildingBrian J. Murrell
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.