Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
| * | Add workflow to publish nuget packages | Cody Robibero | 2024-03-06 |
|/ | |||
* | Merge pull request #4 from Gauvino/master | Joshua M. Boniface | 2024-03-04 |
|\ | | | | | Update action version | ||
| * | Update action version | Uruk | 2024-03-04 |
|/ | |||
* | Add weekly unstable build timer | Joshua M. Boniface | 2024-03-04 |
| | |||
* | Add default inputs.version of master | Joshua M. Boniface | 2024-03-04 |
| | | | | Will allow unstable builds to run on a schedule. | ||
* | Actually fix Mali config | Joshua M. Boniface | 2024-03-04 |
| | |||
* | Add ability to disable Docker pushes | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Reenable other build types | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Switch to non-wayland MALI config | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Potentially fix environment issues | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Try removing explicit docker.io | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Improve deb installs | Joshua M. Boniface | 2024-03-03 |
| | |||
* | 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 |
| |