merklecounty / rget

download URLs and verify the contents against a publicly recorded cryptographic log
https://merklecounty.com
Apache License 2.0
205 stars 17 forks source link

CI/CD use case #14

Closed szuecs closed 5 years ago

szuecs commented 5 years ago

From the description it looks like it was not really thought about CI/CD use case. Every reasonable project should have it automated, but the manual challenge seems to break the use case. Maybe there’s documentation missing?

philips commented 5 years ago

This is a case of missing documentation.

All of rget's builds are automated; and I do not actually use the rget github publish-release-sums subcommand myself on this project.

Instead I use goreleaser which generates the SHA256SUM and then call rget submit $URL-TO-SHA256SUMS-ON-GITHUB.

See https://github.com/merklecounty/rget/blob/master/.goreleaser.yml#L30 and https://github.com/merklecounty/rget/blob/master/Documentation/integrations.md

I will put up a README PR to try and address this.

philips commented 5 years ago

PTAL https://github.com/merklecounty/rget/pull/16