Joshua M. Boniface
bfaa958e96
Attempt to run docker push manually
2024-03-03 21:37:59 -05:00
Joshua M. Boniface
35f2185eeb
Disable building and pushing
2024-03-03 21:30:42 -05:00
Joshua M. Boniface
7c5824fafb
Disable GHCR login for now
2024-03-03 21:12:22 -05:00
Joshua M. Boniface
351a6a7c73
Move pushes earlier
2024-03-03 21:11:34 -05:00
Joshua M. Boniface
bddb4cd79f
Add login step
2024-03-03 19:25:10 -05:00
Joshua M. Boniface
652b6046b3
Avoid using amend for manifests
2024-03-03 19:21:27 -05:00
Joshua M. Boniface
680b0529d6
Use cd instead of pushd
...
pushd is a BASHism and not valid in /bin/sh.
2024-03-03 19:00:08 -05:00
Joshua M. Boniface
d63a14a12e
Actually fix the error with "test" (/bin/sh)
2024-03-03 18:55:13 -05:00
Joshua M. Boniface
efdab5d933
Revert "Use other test format (/bin/sh)"
...
This reverts commit 5f29b32962
.
2024-03-03 18:55:02 -05:00
Joshua M. Boniface
5f29b32962
Use other test format (/bin/sh)
2024-03-03 18:49:56 -05:00
Joshua M. Boniface
4aae195f88
Fix incorrect token
2024-03-03 18:43:24 -05:00
Joshua M. Boniface
ea0af7bd05
Fix invalid tests (/bin/sh)
2024-03-03 18:39:50 -05:00
Joshua M. Boniface
d7aeb7cab3
Fix typoes
2024-03-03 18:28:42 -05:00
Joshua M. Boniface
bd7c4e69d4
Temporarily disable non-docker builds
2024-03-03 18:12:35 -05:00
Joshua M. Boniface
285e1b397a
Try fixing the Docker push issue again
2024-03-03 18:11:47 -05:00
Joshua M. Boniface
481b495ff5
Fix bad log statements
2024-03-03 17:17:49 -05:00
Joshua M. Boniface
a9a9d6b017
Fix syntax error
2024-03-03 17:08:22 -05:00
Joshua M. Boniface
fb3889209a
Push the "unstable" tag to Docker as well
2024-03-03 17:05:25 -05:00
Joshua M. Boniface
eb9acec3bc
Attempt to fix bad docker login
2024-03-03 17:02:15 -05:00
Joshua M. Boniface
d82270d270
Add flushing log function
2024-03-03 02:35:15 -05:00
Joshua M. Boniface
64fa0d7c3f
Redirect stderr to stdout for docker cmds
2024-03-03 02:09:06 -05:00
Joshua M. Boniface
5d7ed5b3ee
Ensure archives have an inner folder
2024-03-03 02:04:47 -05:00
Joshua M. Boniface
d80641f619
Add "any" arch folder for Portable
...
Needed for consistency in the repo viewer.
2024-03-03 02:00:50 -05:00
Joshua M. Boniface
e91c8d9296
Fix bad tar flag for XZ
2024-03-03 01:55:44 -05:00
Joshua M. Boniface
c43cc4c4d8
Add commit output to checkout.py
2024-03-03 01:53:01 -05:00
Joshua M. Boniface
48c298bc26
Add tar.xz archives
2024-03-03 01:47:02 -05:00
Joshua M. Boniface
5eee21bdde
Fix another bad variable reference
2024-03-03 01:46:51 -05:00
Joshua M. Boniface
f3c8d75d33
Revert "Reenable Ubuntu 24.04 noble"
...
This reverts commit 61b894e3cb
.
2024-03-03 01:43:46 -05:00
Joshua M. Boniface
9e857da959
Add logging for image and manifest pushes
2024-03-03 01:29:37 -05:00
Joshua M. Boniface
61b894e3cb
Reenable Ubuntu 24.04 noble
2024-03-03 01:24:14 -05:00
Joshua M. Boniface
3c2d6f871b
Fix incorrect variable name
2024-03-03 01:21:34 -05:00
Joshua M. Boniface
24199af3c7
Fix incorrect incoming paths
2024-03-03 00:39:10 -05:00
Joshua M. Boniface
08593d3920
Fix incorrect symlink
...
Was including the arch when it shouldn't.
2024-03-03 00:36:00 -05:00
Joshua M. Boniface
1c116b8ad6
Fix environment variable typo
2024-03-03 00:25:24 -05:00
Joshua M. Boniface
7c5d44480f
Fix bad newline
2024-02-25 15:23:24 -05:00
Joshua M. Boniface
3ddbb22eda
Merge pull request #2 from Gauvino/master
...
Add libmali OpenCL runtime for Rockchip RK3588
2024-02-25 15:22:20 -05:00
Gauvino
12edf3aa74
Merge branch 'jellyfin-sandbox:master' into master
2024-02-24 22:13:56 +01:00
Uruk
0198983ef6
Add libmali OpenCL runtime for Rockchip RK3588
...
Co-authored-by: nyanmisaka <nst799610810@gmail.com>
2024-02-24 22:10:18 +01:00
Joshua M. Boniface
0631c2d554
Merge pull request #1 from Gauvino/master
...
Refactor jellyfin-packaging
2024-02-23 12:41:22 -05:00
Uruk
32002b2ed7
Apply suggestions
2024-02-23 18:39:40 +01:00
Uruk
8698aba49e
Apply suggestions
2024-02-23 18:36:32 +01:00
Uruk
c005fa0d0f
Missed
2024-02-23 18:25:23 +01:00
Uruk
76a60266d1
Apply suggestions
2024-02-23 18:24:32 +01:00
Uruk
104f91e697
Refactor jellyfin-packaging
...
- Fix typo in the README
- Added -f to rm from fix https://github.com/jellyfin/jellyfin/pull/11008
- Apply fix from https://github.com/jellyfin/jellyfin/pull/10763
- Refactor Docker for better syntax and readability
- Update Intel runtime drivers to 24.05.28454.6
- Added possible miss line 159 docker/Dockerfile : "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"
- Removed wget in cleanup
2024-02-23 17:52:10 +01:00
Joshua M. Boniface
e31834905c
Update repository script to use BASEDIR
...
Keeps the script consistent between all types with a variable.
2024-02-23 00:14:59 -05:00
Joshua M. Boniface
1e3fc02b64
Update paths, symlinks, and version handling
...
1. Ensures versioning is consistently applied
2. Adds env for the release "type" (stable/unstable)
3. Updates paths to match new repository schema
4. Fixes bug updating symlinks
2024-02-22 23:46:35 -05:00
Joshua M. Boniface
acc40dfb80
Update repository paths to remove releases
...
Makes compatibility easier
2024-02-22 22:56:17 -05:00
Joshua M. Boniface
6af790de86
Update repository paths to main
2024-02-22 22:54:19 -05:00
Joshua M. Boniface
fe8853a466
Make gzip explicit in archive types
...
Might add "tarxz" or similar some day, so make it explicit.
2024-02-16 03:31:22 -05:00
Joshua M. Boniface
ad74b8169e
Reorder Debian releases
...
Was a bit confusing in alphabetical order
2024-02-16 03:29:16 -05:00