Commit graph

8 commits

Author SHA1 Message Date
72a0ab13dd
use full for all go deps 2024-07-04 07:11:32 -07:00
834d8d985e
feat: add 'generate_go_deps' step (#4) 2024-06-23 14:03:55 -07:00
8c4e7c9c17
fix: use named deps to avoid clobbering older versions 2024-06-19 22:01:02 -07:00
c32d6cc772
updater weird semver support, rm app-arch/7-zip, add dev-util/doppler 2024-06-08 14:57:49 -07:00
a1b7954d10
feat: add dev-util/glab 2024-06-06 16:25:26 -07:00
1723e59ed6
Replace chezmoi-bin with chezmoi 2024-05-31 21:13:50 -07:00
1ee7f3f308
updater: support multiple versions of a package in an apt repo
Some apt repos (google-cloud-sdk) have multiple versions of the same
package, so we should support that. Now we do. Also added the
google-cloud-cli-bin package.
2024-05-15 17:35:36 -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