Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update actions/checkout action to v4.1.5 | renovate[bot] | 2024-05-08 |
| | |||
* | Add Debian package and dsc signing with repo key | Joshua M. Boniface | 2024-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 value | Joshua M. Boniface | 2024-05-01 |
| | | | | My brain just reversed the order on me. | ||
* | Disable fast-fail strategy | Joshua M. Boniface | 2024-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.04 | Joshua M. Boniface | 2024-04-25 |
| | |||
* | 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. | ||
* | 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 |
| | |||
* | Add workflow to publish nuget packages | Cody Robibero | 2024-03-06 |
| | |||
* | 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. | ||
* | Reenable other build types | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Potentially fix environment issues | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Revamp workflow to populate new secret envvars | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Attempt to run docker push manually | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Disable GHCR login for now | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect token | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Temporarily disable non-docker builds | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Attempt to fix bad docker login | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add "any" arch folder for Portable | Joshua M. Boniface | 2024-03-03 |
| | | | | Needed for consistency in the repo viewer. | ||
* | Revert "Reenable Ubuntu 24.04 noble" | Joshua M. Boniface | 2024-03-03 |
| | | | | This reverts commit 61b894e3cb775e4f127c1f8867bca522787ec6b3. | ||
* | Reenable Ubuntu 24.04 noble | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect incoming paths | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect symlink | Joshua M. Boniface | 2024-03-03 |
| | | | | Was including the arch when it shouldn't. | ||
* | Fix environment variable typo | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Update repository script to use BASEDIR | Joshua M. Boniface | 2024-02-23 |
| | | | | Keeps the script consistent between all types with a variable. | ||
* | Update paths, symlinks, and version handling | Joshua M. Boniface | 2024-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 releases | Joshua M. Boniface | 2024-02-22 |
| | | | | Makes compatibility easier | ||
* | Update repository paths to main | Joshua M. Boniface | 2024-02-22 |
| | |||
* | Move configuration into YAML document | Joshua M. Boniface | 2024-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 logins | Joshua M. Boniface | 2024-02-15 |
| | | | | This enables the docker pushes added in the last commit. | ||
* | Use better error handling in scripts | Joshua M. Boniface | 2024-02-15 |
| | |||
* | Make reprepro really verbose | Joshua M. Boniface | 2024-02-15 |
| | |||
* | Add all remaining build types | Joshua M. Boniface | 2024-02-14 |
| | |||
* | Use internal reprepro lock retry | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Add script_stop and debug to ssh commands | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Add continue-on-error variable for later | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Use proper format for GITHUB_ENV | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Change VAR name and fix imports | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Only include DSCs with amd64 | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Use inputs.version for checkout | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Change VERSION and use flock for reprepro | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Use environment files instead of outputs | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Use input version for comparisons | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Use explicit dated versions for unstable builds | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Add Ubuntu runners | Joshua M. Boniface | 2024-02-12 |
| | |||
* | Adjust titles for consistency | Joshua M. Boniface | 2024-02-12 |
| |