Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix bad import and formatting | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Revamp workflow to populate new secret envvars | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Rework manifest builds and push configuration | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Attempt to run docker push manually | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Disable building and pushing | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Disable GHCR login for now | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Move pushes earlier | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add login step | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Avoid using amend for manifests | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Use cd instead of pushd | Joshua M. Boniface | 2024-03-03 |
| | | | | pushd is a BASHism and not valid in /bin/sh. | ||
* | Actually fix the error with "test" (/bin/sh) | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Revert "Use other test format (/bin/sh)" | Joshua M. Boniface | 2024-03-03 |
| | | | | This reverts commit 5f29b32962155e5c5feebdbf99df20bd45d21478. | ||
* | Use other test format (/bin/sh) | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect token | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix invalid tests (/bin/sh) | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix typoes | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Temporarily disable non-docker builds | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Try fixing the Docker push issue again | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix bad log statements | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix syntax error | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Push the "unstable" tag to Docker as well | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Attempt to fix bad docker login | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add flushing log function | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Redirect stderr to stdout for docker cmds | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Ensure archives have an inner folder | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add "any" arch folder for Portable | Joshua M. Boniface | 2024-03-03 |
| | | | | Needed for consistency in the repo viewer. | ||
* | Fix bad tar flag for XZ | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add commit output to checkout.py | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add tar.xz archives | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix another bad variable reference | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Revert "Reenable Ubuntu 24.04 noble" | Joshua M. Boniface | 2024-03-03 |
| | | | | This reverts commit 61b894e3cb775e4f127c1f8867bca522787ec6b3. | ||
* | Add logging for image and manifest pushes | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Reenable Ubuntu 24.04 noble | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect variable name | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect incoming paths | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect symlink | Joshua M. Boniface | 2024-03-03 |
| | | | | Was including the arch when it shouldn't. | ||
* | Fix environment variable typo | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix bad newline | Joshua M. Boniface | 2024-02-25 |
| | |||
* | Merge pull request #2 from Gauvino/master | Joshua M. Boniface | 2024-02-25 |
|\ | | | | | Add libmali OpenCL runtime for Rockchip RK3588 | ||
| * | Merge branch 'jellyfin-sandbox:master' into master | Gauvino | 2024-02-24 |
| |\ | |/ |/| | |||
* | | Merge pull request #1 from Gauvino/master | Joshua M. Boniface | 2024-02-23 |
|\ \ | | | | | | | Refactor jellyfin-packaging | ||
| | * | Add libmali OpenCL runtime for Rockchip RK3588 | Uruk | 2024-02-24 |
| |/ | | | | | | | Co-authored-by: nyanmisaka <nst799610810@gmail.com> | ||
| * | Apply suggestions | Uruk | 2024-02-23 |
| | | |||
| * | Apply suggestions | Uruk | 2024-02-23 |
| | | |||
| * | Missed | Uruk | 2024-02-23 |
| | | |||
| * | Apply suggestions | Uruk | 2024-02-23 |
| | | |||
| * | Refactor jellyfin-packaging | Uruk | 2024-02-23 |
|/ | | | | | | | | | | - 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 | ||
* | Update repository script to use BASEDIR | Joshua M. Boniface | 2024-02-23 |
| | | | | Keeps the script consistent between all types with a variable. | ||
* | Update paths, symlinks, and version handling | Joshua M. Boniface | 2024-02-22 |
| | | | | | | | 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 | ||
* | Update repository paths to remove releases | Joshua M. Boniface | 2024-02-22 |
| | | | | Makes compatibility easier |