aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
* Update actions/checkout action to v4.1.5renovate[bot]2024-05-08
|
* Add Debian package and dsc signing with repo keyJoshua M. Boniface2024-05-01
| | | | | | | | Allows for the verification of the integrity and ownership of the resulting .deb, .dsc, .changes, and .buildinfo files for both Debian and Ubuntu using `debsig-verify` and the standard Apt toolkits. Closes #14
* Correct to the actual valueJoshua M. Boniface2024-05-01
| | | | My brain just reversed the order on me.
* Disable fast-fail strategyJoshua M. Boniface2024-05-01
| | | | | This will prevent a failed build from cancelling other failed builds, important since all are independent of each other.
* Enable build for Ubuntu 24.04Joshua M. Boniface2024-04-25
|
* 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
|
* Add workflow to publish nuget packagesCody Robibero2024-03-06
|
* 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.
* Reenable other build typesJoshua M. Boniface2024-03-03
|
* Potentially fix environment issuesJoshua M. Boniface2024-03-03
|
* Revamp workflow to populate new secret envvarsJoshua M. Boniface2024-03-03
|
* Attempt to run docker push manuallyJoshua M. Boniface2024-03-03
|
* Disable GHCR login for nowJoshua M. Boniface2024-03-03
|
* Fix incorrect tokenJoshua M. Boniface2024-03-03
|
* Temporarily disable non-docker buildsJoshua M. Boniface2024-03-03
|
* Attempt to fix bad docker loginJoshua M. Boniface2024-03-03
|
* Add "any" arch folder for PortableJoshua M. Boniface2024-03-03
| | | | Needed for consistency in the repo viewer.
* Revert "Reenable Ubuntu 24.04 noble"Joshua M. Boniface2024-03-03
| | | | This reverts commit 61b894e3cb775e4f127c1f8867bca522787ec6b3.
* Reenable Ubuntu 24.04 nobleJoshua 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
|
* 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
|
* 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 DockerHub and GHCR loginsJoshua M. Boniface2024-02-15
| | | | This enables the docker pushes added in the last commit.
* Use better error handling in scriptsJoshua M. Boniface2024-02-15
|
* Make reprepro really verboseJoshua M. Boniface2024-02-15
|
* Add all remaining build typesJoshua M. Boniface2024-02-14
|
* Use internal reprepro lock retryJoshua M. Boniface2024-02-12
|
* Add script_stop and debug to ssh commandsJoshua M. Boniface2024-02-12
|
* Add continue-on-error variable for laterJoshua M. Boniface2024-02-12
|
* Use proper format for GITHUB_ENVJoshua M. Boniface2024-02-12
|
* Change VAR name and fix importsJoshua M. Boniface2024-02-12
|
* Only include DSCs with amd64Joshua M. Boniface2024-02-12
|
* Use inputs.version for checkoutJoshua M. Boniface2024-02-12
|
* Change VERSION and use flock for repreproJoshua M. Boniface2024-02-12
|
* Use environment files instead of outputsJoshua M. Boniface2024-02-12
|
* Use input version for comparisonsJoshua M. Boniface2024-02-12
|
* Use explicit dated versions for unstable buildsJoshua M. Boniface2024-02-12
|
* Add Ubuntu runnersJoshua M. Boniface2024-02-12
|
bgstack15