summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2020-07-02 16:39:24 -0700
committerAndrew G. Morgan <morgan@kernel.org>2020-07-02 16:43:52 -0700
commita3e844af8976dc7397f272eade1bb609050220eb (patch)
tree590e9971216d407c09614aae065ce3215ba798be /Makefile
parent8ac5db7be7acaca2b7e7198c5acc238ab30839be (diff)
downloadlibcap2-a3e844af8976dc7397f272eade1bb609050220eb.tar.gz
First attempt at supporting the Go "psx" package as a module.
The intended import path for this module is: "git.kernel.org/libs/libcap/psx" This is my first attempt at such module support, so it will likely require some iteration. This is work in the direction of addressing: https://bugzilla.kernel.org/show_bug.cgi?id=207567 Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 45ed0ba..df8c7ca 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ morganrelease: distclean distcheck
@echo "sign the tag twice: older DSA key; and newer RSA kernel.org key"
git tag -u D41A6DF2 -s libcap-$(VERSION).$(MINOR) -m "This is libcap-$(VERSION).$(MINOR)"
git tag -u E2CCF3F4 -s libcap-korg-$(VERSION).$(MINOR) -m "This is libcap-$(VERSION).$(MINOR)"
+ git tag -u D41A6DF2 -s v$(VERSION).$(MINOR).$(PATCH) -m "Version tag for Go packages of libcap-$(VERSION).$(MINOR)"
make release
@echo "sign the tar file using korg key"
cd .. && gpg -sba -u E2CCF3F4 libcap-$(VERSION).$(MINOR).tar