prometheus_varnish_exporter icon indicating copy to clipboard operation
prometheus_varnish_exporter copied to clipboard

fix: include only release files in sha256sum

Open gforien opened this issue 2 years ago • 0 comments

Why

SHA256 sums for last release (1.6.1) cannot be verified. image

The sha256sum.txt also contain a sum for an old sha256sum.txt. (This is only for 1.6.1, sums for 1.6 do not have this problem).

Proposed change

Generate sums only for released files

How to test

./build.sh
cd bin/release
sha256sum -c sha256sums.txt

gforien avatar Feb 09 '23 10:02 gforien