summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-07-29 19:39:16 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-07-29 19:39:16 -0300
commitabbce1c6720dc3836c1df1337a49768158dff62b (patch)
tree84a5d446a41e2299656a270ef853a843503b88e9
parentb1f01a6f31408ca57da31ab22add9b606db02f80 (diff)
Sign releases
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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