From abbce1c6720dc3836c1df1337a49768158dff62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 29 Jul 2012 19:39:16 -0300 Subject: Sign releases --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b19c16..8d90ad2 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ tar: git archive HEAD --prefix=initscripts-$(VER)/ | xz > initscripts-$(VER).tar.xz release: tar - scp initscripts-$(VER).tar.xz parabola:public/other/ + gpg --sign --detach initscripts-$(VER).tar.xz + scp initscripts-$(VER).tar.xz{,.sig} parabola:public/other/ .PHONY: all installdirs install doc clean tar release -- cgit v1.2.2