aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew G Morgan <morgan@kernel.org>2013-12-27 10:19:22 -0800
committerAndrew G Morgan <morgan@kernel.org>2013-12-27 10:19:22 -0800
commit762008b1832e511044e7e5963c4650342be7f0fa (patch)
tree5829801ee4a95d58ea2948ec3dec358a2884b27e
parent3a788dd0532ab3c6faef7716e4bd01896c0cff2a (diff)
downloadlibcap-762008b1832e511044e7e5963c4650342be7f0fa.tar.gz
Upload to kernel.org is of the tar file with accompanying signature.
I used to sign the .gz files with my old DSA key, but now will only be signing the raw tar files with my kernel.org upload key. Signed-off-by: Andrew G Morgan <morgan@kernel.org>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c36f2b..124d10d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ distclean: clean
$(DISTCLEAN)
release: distclean
- cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR)
+ cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvf libcap-$(VERSION).$(MINOR).tar libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR)
+ cd .. && gpg -sba -u E2CCF3F4 libcap-$(VERSION).$(MINOR).tar
tagrelease: distclean
@echo "sign the tag twice: older DSA key; and newer RSA kernel.org key"