aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G Morgan <morgan@kernel.org>2013-12-27 09:08:53 -0800
committerJorge Lucangeli Obes <jorgelo@google.com>2015-09-03 14:13:03 -0700
commit03f572f67c686452d0d0d500ef96e22d7a48215f (patch)
tree34bb47f71803389b659a6363a4865afc9c67ab3b
parentdb14cf60110f1cf14ece896c24fd0ff01aad1b7f (diff)
downloadlibcap-03f572f67c686452d0d0d500ef96e22d7a48215f.tar.gz
Explore using this key to upload to kernel.org
Signed-off-by: Andrew G Morgan <morgan@kernel.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44f5999..da84180 100644
--- a/Makefile
+++ b/Makefile
@@ -30,5 +30,5 @@ release: distclean
cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR)
tagrelease: distclean
- git tag -u D41A6DF2 -s libcap-$(VERSION).$(MINOR)
+ git tag -u E2CCF3F4 -s libcap-$(VERSION).$(MINOR)
make release