aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix bad import and formattingJoshua M. Boniface2024-03-03
|
* Revamp workflow to populate new secret envvarsJoshua M. Boniface2024-03-03
|
* Rework manifest builds and push configurationJoshua M. Boniface2024-03-03
|
* Attempt to run docker push manuallyJoshua M. Boniface2024-03-03
|
* Disable building and pushingJoshua M. Boniface2024-03-03
|
* Disable GHCR login for nowJoshua M. Boniface2024-03-03
|
* Move pushes earlierJoshua M. Boniface2024-03-03
|
* Add login stepJoshua M. Boniface2024-03-03
|
* Avoid using amend for manifestsJoshua M. Boniface2024-03-03
|
* Use cd instead of pushdJoshua M. Boniface2024-03-03
| | | | pushd is a BASHism and not valid in /bin/sh.
* Actually fix the error with "test" (/bin/sh)Joshua M. Boniface2024-03-03
|
* Revert "Use other test format (/bin/sh)"Joshua M. Boniface2024-03-03
| | | | This reverts commit 5f29b32962155e5c5feebdbf99df20bd45d21478.
* Use other test format (/bin/sh)Joshua M. Boniface2024-03-03
|
* Fix incorrect tokenJoshua M. Boniface2024-03-03
|
* Fix invalid tests (/bin/sh)Joshua M. Boniface2024-03-03
|
* Fix typoesJoshua M. Boniface2024-03-03
|
* Temporarily disable non-docker buildsJoshua M. Boniface2024-03-03
|
* Try fixing the Docker push issue againJoshua M. Boniface2024-03-03
|
* Fix bad log statementsJoshua M. Boniface2024-03-03
|
* Fix syntax errorJoshua M. Boniface2024-03-03
|
* Push the "unstable" tag to Docker as wellJoshua M. Boniface2024-03-03
|
* Attempt to fix bad docker loginJoshua M. Boniface2024-03-03
|
* Add flushing log functionJoshua M. Boniface2024-03-03
|
* Redirect stderr to stdout for docker cmdsJoshua M. Boniface2024-03-03
|
* Ensure archives have an inner folderJoshua M. Boniface2024-03-03
|
* Add "any" arch folder for PortableJoshua M. Boniface2024-03-03
| | | | Needed for consistency in the repo viewer.
* Fix bad tar flag for XZJoshua M. Boniface2024-03-03
|
* Add commit output to checkout.pyJoshua M. Boniface2024-03-03
|
* Add tar.xz archivesJoshua M. Boniface2024-03-03
|
* Fix another bad variable referenceJoshua M. Boniface2024-03-03
|
* Revert "Reenable Ubuntu 24.04 noble"Joshua M. Boniface2024-03-03
| | | | This reverts commit 61b894e3cb775e4f127c1f8867bca522787ec6b3.
* Add logging for image and manifest pushesJoshua M. Boniface2024-03-03
|
* Reenable Ubuntu 24.04 nobleJoshua M. Boniface2024-03-03
|
* Fix incorrect variable nameJoshua M. Boniface2024-03-03
|
* Fix incorrect incoming pathsJoshua M. Boniface2024-03-03
|
* Fix incorrect symlinkJoshua M. Boniface2024-03-03
| | | | Was including the arch when it shouldn't.
* Fix environment variable typoJoshua M. Boniface2024-03-03
|
* Fix bad newlineJoshua M. Boniface2024-02-25
|
* Merge pull request #2 from Gauvino/masterJoshua M. Boniface2024-02-25
|\ | | | | Add libmali OpenCL runtime for Rockchip RK3588
| * Merge branch 'jellyfin-sandbox:master' into masterGauvino2024-02-24
| |\ | |/ |/|
* | Merge pull request #1 from Gauvino/masterJoshua M. Boniface2024-02-23
|\ \ | | | | | | Refactor jellyfin-packaging
| | * Add libmali OpenCL runtime for Rockchip RK3588Uruk2024-02-24
| |/ | | | | | | Co-authored-by: nyanmisaka <nst799610810@gmail.com>
| * Apply suggestionsUruk2024-02-23
| |
| * Apply suggestionsUruk2024-02-23
| |
| * MissedUruk2024-02-23
| |
| * Apply suggestionsUruk2024-02-23
| |
| * Refactor jellyfin-packagingUruk2024-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 BASEDIRJoshua M. Boniface2024-02-23
| | | | Keeps the script consistent between all types with a variable.
* Update paths, symlinks, and version handlingJoshua M. Boniface2024-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 releasesJoshua M. Boniface2024-02-22
| | | | Makes compatibility easier
bgstack15