mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
also sign releases with signify
This commit is contained in:
parent
56fad8271d
commit
089ec389dd
4
Makefile
4
Makefile
@ -48,4 +48,6 @@ release:
|
||||
|
||||
sign:
|
||||
VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \
|
||||
gpg --armor --detach-sign cwm-$$VERSION.tar.gz
|
||||
gpg --armor --detach-sign cwm-$$VERSION.tar.gz && \
|
||||
signify -S -s ~/.signify/cwm.sec -m cwm-$$VERSION.tar.gz && \
|
||||
sed -i '1cuntrusted comment: verify with cwm.pub' cwm-$$VERSION.tar.gz.sig
|
||||
|
Loading…
Reference in New Issue
Block a user