aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew G Morgan <morgan@kernel.org>2020-07-03 20:36:43 -0700
committerAndrew G Morgan <morgan@kernel.org>2020-07-03 20:36:43 -0700
commit1fe9b311268c2ccbbcb7230b7ffc4077289816b7 (patch)
treeefd0bd9aafba1bfa64e37bb791c9d3832aaf3208 /Makefile
parent6499c6abb90a67519c94442d061928bda9aed15a (diff)
downloadplatform_external_libcap-1fe9b311268c2ccbbcb7230b7ffc4077289816b7.tar.gz
platform_external_libcap-1fe9b311268c2ccbbcb7230b7ffc4077289816b7.tar.bz2
platform_external_libcap-1fe9b311268c2ccbbcb7230b7ffc4077289816b7.zip
A final twist in the Go module support.
It turns out that the Go module abstraction needs a tag specific to each sub-package, and can't share a generic one for libcap as a whole for both Go modules. As such, replace the vX.Y.Z tag with two package/vX.Y.Z tags. Signed-off-by: Andrew G Morgan <morgan@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc37029..67348b8 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,8 @@ 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$(GOMAJOR).$(VERSION).$(MINOR) -m "This is the version tag for Go packages associated with libcap-$(VERSION).$(MINOR)."
+ git tag -u D41A6DF2 -s psx/v$(GOMAJOR).$(VERSION).$(MINOR) -m "This is the version tag for the 'psx' Go package associated with libcap-$(VERSION).$(MINOR)."
+ git tag -u D41A6DF2 -s cap/v$(GOMAJOR).$(VERSION).$(MINOR) -m "This is the version tag for the 'cap' Go package associated with libcap-$(VERSION).$(MINOR)."
make release
@echo "sign the tar file using korg key"
cd .. && gpg -sba -u E2CCF3F4 libcap-$(VERSION).$(MINOR).tar