Erwin de Haan
2f2010ce59
NSIS improvements ( #1692 )
...
* Much better, but still broken
It crashes with two custom pages after one another. (So when the service should be installed).
* Fixed the problems and finished the NSIS installer.
Also ignored some of the artifacts.
* Added changes to CI for setup building.
Consolidate building and fixed git error.
Small CI fixes.
Move UX repo to SourcesDirectory
Fix stupid checkout <> clone error.
Fix typo in PowerShell command.
Artifact publish tasks can not have wildcards.
2019-09-09 17:40:51 -04:00
Joshua M. Boniface
fde9dd2a61
Merge pull request #1693 from joshuaboniface/update-libssl
...
Update Debian build to Buster and LibSSL 1.1
2019-09-02 21:11:57 -04:00
Joshua Boniface
5552e8cbd7
Add missing build dependency
2019-09-02 20:13:28 -04:00
Joshua Boniface
742102b541
Bump version to 10.4.0
2019-08-31 21:39:10 -04:00
Joshua Boniface
93a668de8b
Add libssl-dev dependency
2019-08-31 01:17:23 -04:00
Joshua Boniface
1d5b11f7f6
Update GCC crossbuild to version 8
2019-08-31 01:12:11 -04:00
Joshua Boniface
b1c7b88b5b
Use latest 2.2.6 dotnet SDK image (2.2.401)
2019-08-31 00:39:46 -04:00
Joshua Boniface
bedc2be525
Add libssl-dev build dependency
2019-08-31 00:32:26 -04:00
Joshua Boniface
fb37f4a1d5
Use base Debian image in Docker build
2019-08-26 11:05:15 -04:00
Joshua Boniface
5945a638ff
Update builds to Debian 10 and OpenSSL to 1.1-only
2019-08-26 11:00:36 -04:00
loli10K
588db95e2a
Fix firewall-cmd: Error: INVALID_SERVICE: 'jellyfin' not among existing services
2019-08-20 20:27:31 +02:00
Joshua M. Boniface
94e25e898a
Merge pull request #1511 from crankdoofus/master
...
Add NSIS installer build support
2019-08-18 13:56:20 -04:00
crankdoofus
c6111a7fb5
Change service install user
...
The default is Network Service, with advanced option to use Local System
2019-07-27 20:23:22 +10:00
crankdoofus
5517d912bf
Rework based on review comments
2019-07-25 21:52:44 +10:00
crankdoofus
fbbcba95d3
Update installer name to copy
2019-07-25 21:51:53 +10:00
Bond-009
e8028de4d7
Merge pull request #1560 from jellyfin/release-10.3.z
...
Backmerge for 10.3.7
2019-07-24 19:10:04 +02:00
Joshua M. Boniface
595a68b822
Bump version for 10.3.7
2019-07-24 10:48:35 -04:00
Joshua M. Boniface
953f077f9d
Override the installinit name
...
Without this, when building the `jellyfin-nightly` package, it attempts
to find service/init files with the name `jellyfin-nightly` instead of
the proper name. This override prevents this by forcing the name to
`jellyfin`. Required for nightly builds.
2019-07-14 23:11:17 -04:00
Joshua M. Boniface
0f8e2600e3
Fix broken symlinks
...
These were removed somehow in defc5f1cf9b486357b379c610663e1bad48428ad;
restore them to their proper link state.
2019-07-13 14:23:57 -04:00
Joshua M. Boniface
881f385a61
Use dash or underscore on mv command
...
Required for nightlies, which would not match this file format with the
underscore then wildcard. Enables nightly builds.
2019-07-13 13:03:50 -04:00
crankdoofus
e31851d25e
Update to uninstall silently if already installed
2019-07-13 21:16:56 +10:00
crankdoofus
aff72323c6
Update code for in-place upgrades
2019-07-09 22:56:23 +10:00
crankdoofus
8555c5fae1
Correct comment
2019-07-07 09:17:03 +10:00
crankdoofus
da71354e82
Remove Emby migration section, include License
2019-07-07 09:13:27 +10:00
crankdoofus
3d0e7f6cb6
Include License file with installation
2019-07-07 09:10:35 +10:00
Bond-009
82f041d050
Merge branch 'master' into release-10.3.z
2019-07-06 23:08:52 +02:00
Joshua M. Boniface
b3f9d04501
Bump version for 10.3.6
2019-07-06 13:34:38 -04:00
crankdoofus
cea6a2217e
Correct Service handling & LocalAppData folder
...
The service is now completely controlled by nssm as with the install-jellyfin.ps1
The LocalAppData had the global context, its now
Corrected order of Mandatory and Optional components.
2019-07-06 18:34:48 +10:00
crankdoofus
dc3eceec6a
Changed order to include install scripts in installer
2019-07-06 18:02:00 +10:00
crankdoofus
a6819ffd1d
Cleaned up code
2019-07-06 12:19:57 +10:00
crankdoofus
de9ee10abc
Uncomment accidental commenting of compilation
2019-07-06 12:18:20 +10:00
crankdoofus
43989800ba
Added -Force to nsis extraction
2019-07-06 12:16:34 +10:00
crankdoofus
1fd827fa77
Create jellyfin.nsi
2019-07-06 11:43:20 +10:00
crankdoofus
3b9766f58c
Added option for NSIS
...
This change will
1. download NSIS zip,
2. unzip in temp folder,
3. use nsis to build the installer
2019-07-06 11:41:33 +10:00
dkanada
0e0c70f782
Merge pull request #1505 from trumblejoe/patch-1
...
Qualified Namespace of pscredential
2019-07-04 20:18:46 -07:00
dkanada
4f2d601f02
Merge pull request #1167 from Bond-009/eol
...
Force LF line endings
2019-07-02 13:02:29 -07:00
trumblejoe
b719ca5a33
Qualified Namespace of pscredential
...
Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
2019-07-02 13:29:28 -04:00
Joshua M. Boniface
62105c249f
Use which to find the service binary path
2019-06-28 11:15:08 -04:00
Joshua M. Boniface
a629f209b9
Make message wording more consistent
2019-06-28 11:06:55 -04:00
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.
2019-06-27 18:05:03 -04:00
Joshua M. Boniface
687255aa31
Merge pull request #1442 from jellyfin/release-10.3.z
...
Backmerge for Release 10.3.4 and 10.3.5
2019-06-12 23:30:57 -04:00
Joshua M. Boniface
d5fe82314e
Bump version for 10.3.5
2019-06-09 21:47:45 -04:00
Bond-009
cb07822aa3
Add execute permissions back
2019-06-08 19:56:08 +02:00
Bond_009
defc5f1cf9
Force LF line endings
2019-06-08 19:56:08 +02:00
Joshua M. Boniface
855911333a
Bump version for 10.3.4
2019-06-06 22:45:37 -04:00
Bond-009
2d011b781e
Merge pull request #1383 from jellyfin/release-10.3.z
...
Backmerge for Release 10.3.3
2019-05-18 12:56:42 +02:00
Joshua M. Boniface
1bf3a26a61
Bump version for 10.3.3
2019-05-17 23:12:21 -04:00
Odd Stråbø
3634d367c1
Move artifact chown inside docker to avoid sudo
2019-05-01 20:32:15 +02:00
Joshua M. Boniface
2bc378a9c3
Merge pull request #1337 from jellyfin/release-10.3.z
...
Backmerge for 10.3.2 release
2019-04-30 23:35:11 -04:00
Joshua Boniface
e8196fed7c
Bump version for 10.3.2
2019-04-30 20:18:54 -04:00