mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-03 17:11:08 +03:00
automatically sign release
This commit is contained in:
parent
0cc516bf51
commit
de8e5725c2
1
Makefile
1
Makefile
@ -102,6 +102,7 @@ $(MAN): sslh.pod Makefile
|
|||||||
# configuration
|
# configuration
|
||||||
release:
|
release:
|
||||||
git archive master --prefix="sslh-$(VERSION)/" | gzip > /tmp/sslh-$(VERSION).tar.gz
|
git archive master --prefix="sslh-$(VERSION)/" | gzip > /tmp/sslh-$(VERSION).tar.gz
|
||||||
|
gpg --detach-sign --armor /tmp/sslh-$(VERSION).tar.gz
|
||||||
|
|
||||||
# generic install: install binary and man page
|
# generic install: install binary and man page
|
||||||
install: sslh $(MAN)
|
install: sslh $(MAN)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user