Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add git.glasklar.is/sigsum/core/sigsum-go #28938

Closed
nikolay opened this issue Nov 18, 2024 · 6 comments · Fixed by #28944
Closed

Add git.glasklar.is/sigsum/core/sigsum-go #28938

nikolay opened this issue Nov 18, 2024 · 6 comments · Fixed by #28944
Labels
enhancement New feature or request
Milestone

Comments

@nikolay
Copy link

nikolay commented Nov 18, 2024

https://git.glasklar.is/sigsum/core/sigsum-go

Library and command-line utilities in Go

https://git.glasklar.is/sigsum/core/sigsum-go/-/blob/main/doc/tools.md

  • sigsum-key
  • sigsum-submit
  • sigsum-verify
  • sigsum-token
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Nov 18, 2024
@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented Nov 18, 2024

Thank you.
Do we need to build these tools ourselves by go install command?

https://git.glasklar.is/sigsum/core/sigsum-go/-/tree/main/cmd?ref_type=heads

go install sigsum.org/sigsum-go/cmd/sigsum-key@latest

I can't find pre-built binaries.

https://git.glasklar.is/sigsum/core/sigsum-go/-/releases

@suzuki-shunsuke suzuki-shunsuke changed the title Add https://git.glasklar.is/sigsum/core/sigsum-go Add git.glasklar.is/sigsum/core/sigsum-go Nov 18, 2024
@nikolay
Copy link
Author

nikolay commented Nov 18, 2024

Unfortunately, they don't seem to have binaries, which is strange. I saw this added to Homebrew yesterday and thought it might be an interesting add to Aqua: https://github.com/Homebrew/homebrew-core/blob/master/Formula/s/sigsum-go.rb

@suzuki-shunsuke
Copy link
Member

I see. Thank you.
Seems like Homebrew builds these tools by go build command.

https://github.com/Homebrew/homebrew-core/blob/822635690e0742776505bd1d4acd724fd2454f42/Formula/s/sigsum-go.rb#L28

I'm considering the package name convention to update go modules by Renovate.

@suzuki-shunsuke
Copy link
Member

https://github.com/aquaproj/aqua-registry/releases/tag/v4.255.0 🎉

@suzuki-shunsuke suzuki-shunsuke added this to the v4.255.0 milestone Nov 19, 2024
@suzuki-shunsuke
Copy link
Member

To update these packages by Renovate, please update aqua-renovate-config to 2.4.0 or later.
https://github.com/aquaproj/aqua-renovate-config/releases/tag/2.4.0

@suzuki-shunsuke
Copy link
Member

FYI

Now aqua can get available versions from Go Module Proxy.
aqua >= v2.38.0 and aqua-registry v4.256.0 are required.

https://github.com/aquaproj/aqua/releases/tag/v2.38.0
https://github.com/aquaproj/aqua-registry/releases/tag/v4.256.0

e.g.

aqua g -s _go/sigsum.org/sigsum-go#cmd/sigsum-key
aqua g -s golang.org/x/tools/gopls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants