aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix link tooJoshua M. Boniface2024-03-28
|
* Update license badgeJoshua M. Boniface2024-03-28
|
* Merge pull request #11 from Shadowghost/bump-intel-compute-runtimeJoshua M. Boniface2024-03-28
|\ | | | | Bump Intel Compute Runtime to 24.09.28717.12
| * Bump Intel Compute Runtime to 24.09.28717.12Shadowghost2024-03-28
|/
* Merge pull request #10 from felix920506/masterJoshua M. Boniface2024-03-27
|\ | | | | Remove targz from macos build config
| * Remove targz from macos build configfelix9205062024-03-26
| |
* | Fix nuget arch requirementJoshua M. Boniface2024-03-27
| |
* | fix: don't set culture invariant mode (#9)gnattu2024-03-27
|/
* Add missing LICENSE fileJoshua M. Boniface2024-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 archesJoshua M. Boniface2024-03-18
|
* Reorder entries in YAML configJoshua M. Boniface2024-03-18
| | | | Makes finding these slightly easier.
* Fix incorrect refJoshua M. Boniface2024-03-18
|
* Add examples to quickstartJoshua M. Boniface2024-03-18
|
* Remove incorrect docker refJoshua M. Boniface2024-03-18
|
* Switch no-push to localJoshua M. Boniface2024-03-18
| | | | Makes it a bit clearer what this option actually does.
* Update more wording in READMEJoshua M. Boniface2024-03-18
|
* Add Package names for DebianJoshua M. Boniface2024-03-18
|
* Improve wording of Quickstart introJoshua M. Boniface2024-03-18
|
* Improve header of repoJoshua M. Boniface2024-03-18
|
* Add quickstart section to READMEJoshua M. Boniface2024-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_pushJoshua M. Boniface2024-03-18
|
* Switch build.py to argparseJoshua M. Boniface2024-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 setJoshua M. Boniface2024-03-18
|
* Support building docker images for only one archJoshua M. Boniface2024-03-18
|
* Add Windows installer submoduleJoshua M. Boniface2024-03-12
|
* Remove -V from reprepro commandsJoshua M. Boniface2024-03-09
|
* Flip release and arch in incoming directoryJoshua M. Boniface2024-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 filesJoshua M. Boniface2024-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 everywhereJoshua M. Boniface2024-03-08
|
* Set preserve-env on NuGet sudo commandJoshua M. Boniface2024-03-07
|
* Fail if nuget_key is not foundJoshua M. Boniface2024-03-07
|
* Fix bad manifest taggingJoshua M. Boniface2024-03-07
| | | | Was missing {server} in the lists, so GHCR wasn't pushed.
* Reorder NuGet in READMEJoshua M. Boniface2024-03-07
|
* Remove references to CentOS/FedoraJoshua M. Boniface2024-03-07
| | | | Moving these to RPMFusion now.
* Update submodules to latest masterJoshua M. Boniface2024-03-06
|
* Fix typo in Version commandJoshua M. Boniface2024-03-06
|
* Adjust unstable push target for productionJoshua M. Boniface2024-03-06
|
* Reformat with blackJoshua M. Boniface2024-03-06
|
* Reformat Nuget build component (style, fstrings)Joshua M. Boniface2024-03-06
|
* Merge pull request #5 from jellyfin-sandbox/publish-nugetJoshua M. Boniface2024-03-06
|\ | | | | Add workflow to publish nuget packages
| * Add workflow to publish nuget packagesCody Robibero2024-03-06
|/
* Merge pull request #4 from Gauvino/masterJoshua M. Boniface2024-03-04
|\ | | | | Update action version
| * Update action versionUruk2024-03-04
|/
* Add weekly unstable build timerJoshua M. Boniface2024-03-04
|
* Add default inputs.version of masterJoshua M. Boniface2024-03-04
| | | | Will allow unstable builds to run on a schedule.
* Actually fix Mali configJoshua M. Boniface2024-03-04
|
* Add ability to disable Docker pushesJoshua M. Boniface2024-03-03
|
* Reenable other build typesJoshua M. Boniface2024-03-03
|
* Switch to non-wayland MALI configJoshua M. Boniface2024-03-03
|
bgstack15