aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Potentially fix environment issuesJoshua M. Boniface2024-03-03
|
* Try removing explicit docker.ioJoshua M. Boniface2024-03-03
|
* Improve deb installsJoshua M. Boniface2024-03-03
|
* 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.
bgstack15