mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Makefile: use gpg2
This commit is contained in:
parent
4154b9b194
commit
f2a2839cec
2
Makefile
2
Makefile
@ -48,6 +48,6 @@ release:
|
||||
|
||||
sign:
|
||||
VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \
|
||||
gpg --armor --detach-sign cwm-$$VERSION.tar.gz && \
|
||||
gpg2 --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