Commit graph

5 commits

Author SHA1 Message Date
3a197732d8
updater: support ignoring versions 2025-03-04 16:59:11 -08:00
c32d6cc772
updater weird semver support, rm app-arch/7-zip, add dev-util/doppler 2024-06-08 14:57:49 -07:00
09d39ad36d
feat(updater): add 'checkout' and 'upload_artifact' steps
Adds a new `checkout` step intended to replace `git checkout` by
actually checking out the correct revision when running commands.

Adds a new `upload_artifact` step that uploads an artifact to a package
specific prefix. Primarily intended for supporting Go dependency
archives, but could also be used for anything.

Added `net-vpn/tailscale` using this new functionality.
2024-05-10 12:42:43 -07:00
0501d982b5
ci: support pre-release versions, sort ebuilds 2024-02-21 21:00:56 -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