mirror of
https://github.com/helm/helm.git
synced 2026-04-27 17:17:52 -04:00
Create a single shasums.txt
Signed-off-by: Thilak Somasundaram <t2same@gmail.com>
This commit is contained in:
parent
a9171fe2ca
commit
691eff46dc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -163,7 +163,7 @@ sign:
|
|||
|
||||
.PHONY: checksum
|
||||
checksum:
|
||||
if [ -f "_dist/shasums.txt" ]; then >_dist/shasums.txt; fi
|
||||
@if [ -f "_dist/shasums.txt" ]; then >_dist/shasums.txt; fi
|
||||
for f in _dist/*.{gz,zip} ; do \
|
||||
shasum -a 256 "$${f}" | sed 's/_dist\///' | tee -a "_dist/shasums.txt" | awk '{print $$1}' > "$${f}.sha256" ; \
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue