aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew G Morgan <morgan@kernel.org>2013-12-27 09:08:53 -0800
committerAndrew G Morgan <morgan@kernel.org>2013-12-27 09:08:53 -0800
commit8e9c7177456fb363b7860351cb01281cf00fa1f3 (patch)
tree34bb47f71803389b659a6363a4865afc9c67ab3b
parent614111b3dc156d7b9d46e71f83d11c7086747631 (diff)
downloadlibcap-8e9c7177456fb363b7860351cb01281cf00fa1f3.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