Commit graph

3 commits

Author SHA1 Message Date
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