aboutsummaryrefslogtreecommitdiff
path: root/deployment/centos-package-x64
AgeCommit message (Collapse)Author
2020-03-22Move all old deployment stuff to a new folderJoshua M. Boniface
2020-03-15Use NodeJS 10 on CentOSJoshua M. Boniface
2020-01-04Update the build script to use .NET core SDK 3.1Sacha Korban
2019-11-02REVERT-ME Update to .NET 3.0Joshua Boniface
2019-10-29Remove the SPEC edit hack, replace with proper repos (#7)Thomas Büttner
* Remove the SPEC edit hack, replace with proper repos Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> * Fix bad rpmbuild flag Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-10-27Merge branch 'master' into copr-fixJoshua M. Boniface
2019-10-27Correct CentOS build for new Fedora specJoshua Boniface
2019-10-07Use NVM to install nodejs v8 and yarnJoshua Boniface
Prevents failure of the installation of jellyfin-web dependencies due to the NodeJS version in EPEL being too old. v8 might be a little conservative but is the earliest compatible version. Instead of using their repo to install Yarn, use the new nvm binary to install Yarn, thus forcing it to use the updated NodeJS version.
2019-09-26Remove redundant yarn build commandJoshua Boniface
2019-09-25Clean up and fix Fedora/CentOS buildsJoshua Boniface
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.
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 CentOS package buildJoshua Boniface
2019-07-13Fix broken symlinksJoshua M. Boniface
These were removed somehow in defc5f1cf9b486357b379c610663e1bad48428ad; restore them to their proper link state.
2019-06-08Add execute permissions backBond-009
2019-06-08Force LF line endingsBond_009
2019-05-01Move artifact chown inside docker to avoid sudoOdd Stråbø
2019-02-09Remove superfluous commentsJoshua Boniface
2019-02-09Combine various RUNs in Fedora/CentOSJoshua Boniface
2019-02-08Replace symlinks with copies and update image nameJoshua Boniface
2019-02-05Update CentOS package buildJoshua Boniface
2019-02-03Add CentOSThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>