mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Makefile: add sign action
This commit is contained in:
parent
2174a1960d
commit
625be76fb9
4
Makefile
4
Makefile
@ -45,3 +45,7 @@ install: ${PROG}
|
|||||||
release:
|
release:
|
||||||
VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \
|
VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \
|
||||||
git archive --prefix=cwm-$$VERSION/ -o cwm-$$VERSION.tar.gz HEAD
|
git archive --prefix=cwm-$$VERSION/ -o cwm-$$VERSION.tar.gz HEAD
|
||||||
|
|
||||||
|
sign:
|
||||||
|
VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \
|
||||||
|
gpg --armor --detach-sign cwm-$$VERSION.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user