aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
* 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
|
* Adjust titles for consistencyJoshua M. Boniface2024-02-12
|
* Fix bad COMPONENT variable entryJoshua M. Boniface2024-02-12
|
* Switch to different action and fix bugsJoshua M. Boniface2024-02-12
|
* Fix incorrect entryJoshua M. Boniface2024-02-12
|
* Add artifact handlersJoshua M. Boniface2024-02-12
|
* Strip out path prefixesJoshua M. Boniface2024-02-11
|
* Turn off extra arches for nowJoshua M. Boniface2024-02-11
|
* Rename job to be shorterJoshua M. Boniface2024-02-11
|
* Add repository artifact uploadJoshua M. Boniface2024-02-11
|
* Switch to using codenames for releasesJoshua M. Boniface2024-02-11
| | | | Will make life easier when dealing with reprepro later.
* Use proper inputJoshua M. Boniface2024-02-11
|
* Collapse to one jobJoshua M. Boniface2024-02-11
|
* Use sudo for commandsJoshua M. Boniface2024-02-11
|
* Add initial release build test workflowJoshua M. Boniface2024-02-11
bgstack15