Skip to content
Snippets Groups Projects
Verified Commit 4369b05c authored by Karel Koci's avatar Karel Koci :metal:
Browse files

generate_medkit: generate hash files for output

parent 3b212934
No related merge requests found
......@@ -190,6 +190,8 @@ cd root
# Create archive
tar -czf "\$OUTPUT" .
)
md5sum "\$OUTPUT" > "\$OUTPUT.md5"
sha256sum "\$OUTPUT" > "\$OUTPUT.sha256"
[ -z "\$SIGN_KEY" ] || "\$USIGN" -S -m "\$OUTPUT" -s "\$SIGN_KEY"
## Cleanup
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment