aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Update repository paths to mainJoshua M. Boniface2024-02-22
|
* Make gzip explicit in archive typesJoshua M. Boniface2024-02-16
| | | | Might add "tarxz" or similar some day, so make it explicit.
* Reorder Debian releasesJoshua M. Boniface2024-02-16
| | | | Was a bit confusing in alphabetical order
* Add pyyaml to requirementsJoshua M. Boniface2024-02-16
|
* Update submodules to right nowJoshua M. Boniface2024-02-16
|
* Check out the origin master HEADJoshua M. Boniface2024-02-16
|
* Ensure submodule update errors aren't fatalJoshua M. Boniface2024-02-16
| | | | Simply retry them.
* Add comments to .gitignoreJoshua M. Boniface2024-02-16
|
* Remove invalid linter rulesJoshua M. Boniface2024-02-16
|
* Reformat (Black) and lint (flake8) Python scriptsJoshua M. Boniface2024-02-16
|
* Add linting rulesJoshua M. Boniface2024-02-16
|
* Move configuration into YAML documentJoshua M. Boniface2024-02-16
| | | | | Simplifies changes in the future especially for new releases of e.g. Debian/Ubuntu, and makes the definitions easier to read.
* Add note on portable architecturesJoshua M. Boniface2024-02-16
|
* Add better note about archive supportJoshua M. Boniface2024-02-16
|
* Add some more notes for DockerJoshua M. Boniface2024-02-16
|
* Adjust some more wordingJoshua M. Boniface2024-02-16
|
* Add missing entry in listJoshua M. Boniface2024-02-16
|
* Add JELLYFIN_VERSION to all build-time envsJoshua M. Boniface2024-02-16
|
* Fix spelling mistakeJoshua M. Boniface2024-02-15
|
* Mention the manual triggerJoshua M. Boniface2024-02-15
|
* Mention the target OS releaseJoshua M. Boniface2024-02-15
|
* Add two more deb entriesJoshua M. Boniface2024-02-15
|
bgstack15