Joshua M. Boniface
5c0bb686e1
Add Ubuntu 26.04 LTS (Resolute) to builds
2026-04-30 00:48:55 -04:00
renovate[bot]
36016ebfaf
Update actions/setup-dotnet action to v5.0.1
2025-11-25 06:04:19 +00:00
renovate[bot]
c0f9455983
Update actions/checkout action to v5.0.1
2025-11-18 04:32:13 +00:00
renovate[bot]
7428a2317f
Update appleboy/ssh-action action to v1.2.3
2025-11-10 15:22:34 +00:00
renovate[bot]
33932fc8f3
Update GitHub Artifact Actions
2025-10-24 20:54:17 +00:00
Cody Robibero
3a4b2aa01f
Install NSIS on windows runners
2025-10-16 19:00:56 -06:00
Joshua M. Boniface
f0ce3218d2
Merge pull request #66 from jellyfin/renovate/appleboy-scp-action-1.x
...
Update appleboy/scp-action action to v1
2025-09-24 22:10:17 -04:00
Joshua M. Boniface
5f57560ab2
Merge pull request #83 from jellyfin/renovate/actions-setup-dotnet-5.x
...
Update actions/setup-dotnet action to v5
2025-09-24 22:10:02 -04:00
Joshua M. Boniface
380e6e7bd7
Merge pull request #73 from jellyfin/renovate/major-github-artifact-actions
...
Update actions/download-artifact action to v5
2025-09-24 22:09:51 -04:00
renovate[bot]
27daee421e
Update actions/checkout action to v5
2025-09-25 02:07:35 +00:00
Joshua M. Boniface
a74b8010d1
Merge pull request #74 from jellyfin/renovate/actions-checkout-digest
...
Update actions/checkout digest to 08eba0b
2025-09-24 22:06:17 -04:00
renovate[bot]
1cd70b71b9
Update actions/download-artifact action to v5
2025-09-25 02:03:28 +00:00
renovate[bot]
4b5c080e59
Update actions/setup-dotnet action to v5
2025-09-03 05:58:03 +00:00
renovate[bot]
7dcd6e6a46
Update appleboy/scp-action action to v1
2025-08-13 04:49:48 +00:00
renovate[bot]
45efff4e5c
Update actions/checkout action to v4.3.0
2025-08-13 04:49:29 +00:00
renovate[bot]
c0924a7ea7
Update actions/checkout digest to 08eba0b
2025-08-11 11:04:07 +00:00
Joshua M. Boniface
ec6efe3944
Add Trixie builds (and switch Docker to Trixie)
2025-06-15 15:06:18 -04:00
Joshua M. Boniface
499fddfa78
Remove deprecated armhf builds for 10.11.x
2025-06-07 16:21:22 -04:00
Joshua M. Boniface
fce63a8cdb
Split release and unstable workflows
...
A lot of code duplication for now, but ensures these are kept separate.
2025-06-07 16:07:53 -04:00
Joshua M. Boniface
cb0a46dccd
Fix bug with incorrect reprepro dir
2025-06-05 12:31:16 -04:00
renovate[bot]
428c0ca386
Update actions/download-artifact digest to d3f86a1 ( #64 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-26 09:42:58 -06:00
Joshua M. Boniface
055ab253b3
Remove sudo from Nuget build
...
Causes failures due to PATH differences.
2025-04-19 00:13:49 -04:00
Joshua M. Boniface
24b3688763
Merge pull request #61 from jellyfin/deprecated-script-stop
...
Replace obsolete script_stop option
2025-04-11 19:45:03 -04:00
Joshua M. Boniface
3809e92f8c
Merge pull request #62 from jellyfin/dotnet-version
...
Add setting .NET version for nuget packages
2025-04-11 19:44:11 -04:00
Joshua M. Boniface
34ba5153c4
Add support for Debug releases
...
Allows specifying --debug to build.py to build Debug builds of the
server, facilitating easier debugging. This is then called by default
for weekly builds.
2025-04-11 16:52:35 -04:00
Cody Robibero
3ab10fdf1c
Update release-build.yaml
2025-04-10 12:01:42 -06:00
Cody Robibero
713a18ad9b
Replace obsolete script_stop option
2025-04-09 19:01:19 -06:00
Cody Robibero
c176791d66
Add setting .NET version for nuget packages
2025-04-09 18:59:48 -06:00
Joshua M. Boniface
b12580a3bb
Use wildcard for move as well
2025-04-07 10:06:25 -04:00
Joshua M. Boniface
c2f828c7f6
Remove erroneous step and upload all .exe
2025-04-07 10:02:49 -04:00
Joshua M. Boniface
ce16909663
Keep only 3 unstables in repo
2025-04-06 14:25:19 -04:00
Joshua M. Boniface
fe2a9f1fab
Add unzip step
2025-04-05 15:43:49 -04:00
Joshua M. Boniface
1bf4c8383c
Fix syntax bug in repo cleanup
2025-04-01 09:25:22 -04:00
Joshua M. Boniface
842dfdad84
Fix incorrect removal of multiple scrap versions
2025-03-30 17:03:32 -04:00
Joshua M. Boniface
726f9b0760
Add reprepro version obsolescence
...
We've moved reprepro to a version that supports keeping multiple
versions for the purpose of facilitating downgrades if people need it.
However the logic of the multiple versions functionality there does not
permit the granular rules we want. This implements them manually.
1. For Unstable builds, we only want to keep a max of 4 in the repo
(matching what we keep in the web archive). Since reprepro doesn't
support granularity of Limit at the component level, implement logic to
remove all but the most recent 4 unstables if there end up being more
than 4 after importing the new version.
2. For Stable builds, we want to keep the last point release of a given
major release (e.g. keep 10.10.13 but obsolete 10.10.12), while also
keeping older major versions (e.g. 10.9.10). Again the logic in reprepro
is too simplistic to handle this, so we implement it manually. For any
version that comes in, if the point version is above 0, we remove any
packages with a version that's one point release behind that one within
the same major version, while preserving everything else.
2025-03-30 16:47:14 -04:00
Joshua M. Boniface
bfd3345210
Merge pull request #57 from jellyfin/renovate/actions-upload-artifact-digest
...
Update actions/upload-artifact digest to ea165f8
2025-03-30 15:44:24 -04:00
Joshua M. Boniface
08238818dd
Merge pull request #58 from jellyfin/renovate/actions-download-artifact-digest
...
Update actions/download-artifact digest to 95815c3
2025-03-30 15:44:07 -04:00
renovate[bot]
6496b9dc7c
Update actions/upload-artifact digest to ea165f8
2025-03-19 18:30:38 +00:00
renovate[bot]
d88abfa417
Update actions/download-artifact digest to 95815c3
2025-03-19 18:30:34 +00:00
renovate[bot]
7f4967e34a
Update appleboy/ssh-action action to v1.2.2
2025-03-09 16:50:27 +00:00
Joshua M. Boniface
ee2efc544a
Update Windows Installer workflows with bugfixes
2025-02-17 04:02:47 -05:00
Joshua M. Boniface
700973a7ff
Improve artifact fetch handling
2025-02-17 02:06:33 -05:00
Joshua M. Boniface
289da8f786
Readd matrix for consistency
2025-02-17 01:57:28 -05:00
Joshua M. Boniface
890b145ce8
Fix artifact upload on arm64
2025-02-17 01:50:54 -05:00
Joshua M. Boniface
143b1e624d
Fix bad path to clone
2025-02-17 01:48:48 -05:00
Joshua M. Boniface
2cf4dca8fc
Fix bugs with release build
...
1. Ensure we check out the repo during the Installer build.
2. Avoid the erroring working-directory on artifact fetch.
3. Move the item into place later.
2025-02-17 01:47:31 -05:00
renovate[bot]
e3167eaadf
Pin dependencies
2025-02-17 02:21:31 +00:00
Joshua M. Boniface
5dfcd306f5
Remove unnecessary cd
2025-02-16 21:00:52 -05:00
Joshua M. Boniface
de6772bb1b
Fix artifact path
2025-02-16 20:53:23 -05:00
Joshua M. Boniface
735bfc5e55
Fix substring handling in Windows task
2025-02-16 20:47:48 -05:00