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
Nyanmisaka
a3b1e6f876
Update Intel and Arm Mali OpenCL runtimes ( #65 )
2025-04-26 09:42:49 -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
be9092b3c8
Fix ordering of CONFIG arg
2025-04-15 13:18:16 -04:00
Joshua M. Boniface
8e34413f4d
Fix CONFIG env for Docker build
2025-04-15 13:07:21 -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
f651f3b5c6
Add more detailed information in checkout
...
Help quickly determine any possible issues here
2025-04-07 10:18:20 -04:00
Joshua M. Boniface
558265fcac
Simplify logic in checkout.py
2025-04-07 10:07:44 -04: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
Joshua M. Boniface
18c46f6a5b
Merge pull request #56 from jellyfin/renovate/ci-deps
...
Update appleboy/ssh-action action to v1.2.2
2025-03-30 15:43:53 -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
e589c74dfc
Merge pull request #59 from richlander/simplify-publish
...
Simplify dotnet publish
2025-03-07 20:04:23 -05:00
Rich Lander
e00bc58af7
Simplify dotnet publish
2025-03-03 21:29:25 -08:00
Joshua M. Boniface
ee2efc544a
Update Windows Installer workflows with bugfixes
2025-02-17 04:02:47 -05:00
Joshua M. Boniface
7ef6a1a1a6
Remove test workflow
2025-02-17 04:02:38 -05:00
Joshua M. Boniface
fee7113f7b
One final correction
2025-02-17 03:47:05 -05:00
Joshua M. Boniface
c883b92b1d
Fix names and add test outputs
2025-02-17 03:33:35 -05:00
Joshua M. Boniface
e48b93fb82
Fix variable passing to preserve dates
2025-02-17 03:15:39 -05:00
Joshua M. Boniface
4f1458b266
Fix extraction path of archive
2025-02-17 02:55:34 -05:00
Joshua M. Boniface
86da79fd9a
Fix some more path bugs and incorrect task
2025-02-17 02:42:29 -05:00
Joshua M. Boniface
555f38c468
Fix artifact name
2025-02-17 02:28:33 -05:00
Joshua M. Boniface
33d360bd8f
Restore upload to repo
2025-02-17 02:25:25 -05:00
Joshua M. Boniface
b36c77f14d
Fix incorrect placement and package name
2025-02-17 02:19:30 -05:00
Joshua M. Boniface
e53fcacc72
Temporarily disable arm64 build
2025-02-17 02:18:01 -05:00
Joshua M. Boniface
88600e64d2
Add pip install for git
2025-02-17 02:17:35 -05:00
Joshua M. Boniface
a1b8df1487
Disable uploads temporarily
2025-02-17 02:16:52 -05:00
Joshua M. Boniface
4063b64792
Add Windows testing workflow
2025-02-17 02:08:29 -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
Bill Thornton
b9059907d8
Merge pull request #55 from jellyfin/renovate/pin-dependencies
2025-02-16 21:51:15 -05:00
renovate[bot]
e3167eaadf
Pin dependencies
2025-02-17 02:21:31 +00:00
Joshua M. Boniface
7588a27370
Merge pull request #54 from jellyfin/windows-installer-build
...
Add Windows installer build steps
2025-02-16 21:21:04 -05:00