Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #18 from Gauvino/patch | Joshua M. Boniface | 2024-04-29 |
|\ | | | | | Update gcc on noble and mali | ||
| * | Update gcc on noble and mali | Uruk | 2024-04-26 |
|/ | |||
* | Enable build for Ubuntu 24.04 | Joshua M. Boniface | 2024-04-25 |
| | |||
* | Merge pull request #16 from nvllsvm/docker_fontconfig_cache | Joshua M. Boniface | 2024-04-24 |
|\ | | | | | Docker: Fix fontconfig cache | ||
| * | Docker: Fix fontconfig cache | Andrew Rabert | 2024-04-24 |
|/ | | | | | | | | Log errors: Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories | ||
* | Bump Intel Compute Runtime to 24.13.29138.7 (#15) | Nyanmisaka | 2024-04-21 |
| | |||
* | Merge pull request #13 from s-t-e-v-e-n-k/dedupe-architecture | Joshua M. Boniface | 2024-04-07 |
|\ | | | | | Refactor arch checking into a function | ||
| * | Refactor arch checking into a function | Steve Kowalik | 2024-04-07 |
|/ | | | | | | | Remove some duplicated code by refactoring the architecture checking into a function. The error paths would have also likely resulted in NameErrors being thrown due to function arguments having underscores, so that has been corrected as well. | ||
* | Use buildx build explicitly instead of alias | Joshua M. Boniface | 2024-04-01 |
| | | | | Fixes #12 | ||
* | Fix link too | Joshua M. Boniface | 2024-03-28 |
| | |||
* | Update license badge | Joshua M. Boniface | 2024-03-28 |
| | |||
* | Merge pull request #11 from Shadowghost/bump-intel-compute-runtime | Joshua M. Boniface | 2024-03-28 |
|\ | | | | | Bump Intel Compute Runtime to 24.09.28717.12 | ||
| * | Bump Intel Compute Runtime to 24.09.28717.12 | Shadowghost | 2024-03-28 |
|/ | |||
* | Merge pull request #10 from felix920506/master | Joshua M. Boniface | 2024-03-27 |
|\ | | | | | Remove targz from macos build config | ||
| * | Remove targz from macos build config | felix920506 | 2024-03-26 |
| | | |||
* | | Fix nuget arch requirement | Joshua M. Boniface | 2024-03-27 |
| | | |||
* | | fix: don't set culture invariant mode (#9) | gnattu | 2024-03-27 |
|/ | |||
* | Add missing LICENSE file | Joshua M. Boniface | 2024-03-19 |
| | | | | | All this code is written by me or with other contributors under the GPL when it was in jellyfin(-web), so just use GPLv3 here. | ||
* | Properly codeblock arches | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Reorder entries in YAML config | Joshua M. Boniface | 2024-03-18 |
| | | | | Makes finding these slightly easier. | ||
* | Fix incorrect ref | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Add examples to quickstart | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Remove incorrect docker ref | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Switch no-push to local | Joshua M. Boniface | 2024-03-18 |
| | | | | Makes it a bit clearer what this option actually does. | ||
* | Update more wording in README | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Add Package names for Debian | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Improve wording of Quickstart intro | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Improve header of repo | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Add quickstart section to README | Joshua M. Boniface | 2024-03-18 |
| | | | | | Provides instructions for non-automated builds using this tooling, and simplifies the intro paragraph to reduce cruft. | ||
* | Avoid ghcr.io tag if no_push | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Switch build.py to argparse | Joshua M. Boniface | 2024-03-18 |
| | | | | | | | | Provides much more reliable and consistent argumentation and help documentation for the script. Also supports "auto" as a version identical to "master" for better clarity of what it does. | ||
* | Abort pushes if envvars aren't set | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Support building docker images for only one arch | Joshua M. Boniface | 2024-03-18 |
| | |||
* | Add Windows installer submodule | Joshua M. Boniface | 2024-03-12 |
| | |||
* | Remove -V from reprepro commands | Joshua M. Boniface | 2024-03-09 |
| | |||
* | Flip release and arch in incoming directory | Joshua M. Boniface | 2024-03-09 |
| | | | | | Not actually important, but makes things a bit more consistent with how FFmpeg uploads artifacts too and thus simplifies cleanup. | ||
* | Use "server" subdir for incoming files | Joshua M. Boniface | 2024-03-09 |
| | | | | | Makes this consistent with the clients to avoid confusion and make cleanup runs easier. | ||
* | Configure Renovate (#6) | renovate[bot] | 2024-03-09 |
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | ||
* | Ensure preserve-env is set everywhere | Joshua M. Boniface | 2024-03-08 |
| | |||
* | Set preserve-env on NuGet sudo command | Joshua M. Boniface | 2024-03-07 |
| | |||
* | Fail if nuget_key is not found | Joshua M. Boniface | 2024-03-07 |
| | |||
* | Fix bad manifest tagging | Joshua M. Boniface | 2024-03-07 |
| | | | | Was missing {server} in the lists, so GHCR wasn't pushed. | ||
* | Reorder NuGet in README | Joshua M. Boniface | 2024-03-07 |
| | |||
* | Remove references to CentOS/Fedora | Joshua M. Boniface | 2024-03-07 |
| | | | | Moving these to RPMFusion now. | ||
* | Update submodules to latest master | Joshua M. Boniface | 2024-03-06 |
| | |||
* | Fix typo in Version command | Joshua M. Boniface | 2024-03-06 |
| | |||
* | Adjust unstable push target for production | Joshua M. Boniface | 2024-03-06 |
| | |||
* | Reformat with black | Joshua M. Boniface | 2024-03-06 |
| | |||
* | Reformat Nuget build component (style, fstrings) | Joshua M. Boniface | 2024-03-06 |
| | |||
* | Merge pull request #5 from jellyfin-sandbox/publish-nuget | Joshua M. Boniface | 2024-03-06 |
|\ | | | | | Add workflow to publish nuget packages |