Commit graph

8 commits

Author SHA1 Message Date
fd92273118
build: switch to git.rgst.io image
All checks were successful
Test / elint (push) Successful in 49s
2025-03-09 16:58:05 -07:00
dad55b6193
build(lint): properly cleanup container, speed up stopping
All checks were successful
Test / elint (push) Successful in 38s
2025-03-09 16:43:01 -07:00
c4274316fa
build(lint): first pass at linter without requiring volume mounts
All checks were successful
Test / elint (push) Successful in 38s
act, much like CircleCI, doesn't allow us to have easily accessible
volume mounts between the CI system and the Docker host. So, much like
the build of the updater, the linter now no longer requires volume
mounts to lint ebuilds.

This implementation is decently ineffecient and will be improved over
time.
2025-03-09 16:35:45 -07:00
c1028983e0
fix: remove older versions, fix chromium lint 2025-01-08 23:12:19 -08:00
961074b664
ci: fix manifets generation 2024-02-21 21:45:42 -08:00
0501d982b5
ci: support pre-release versions, sort ebuilds 2024-02-21 21:00:56 -08:00
917d1a5c27
ci: generate thin manifests, fix linter w/ multiple ebuilds 2024-02-20 16:46:27 -08:00
c0d6f5971d
feat: automatic updates and elint (#1)
Adds an automatic updater to handle updating ebuilds in this repository
based on the latest version available on the remote.

Also puts `elint` in this repo since I've been working on this one more
than the former.
2024-02-18 17:52:09 -08:00