summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-05-12 15:48:41 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-05-25 14:10:43 +0200
commit7e2b42209e60b8a04e4b60d7f5286ae0505ea1cc (patch)
tree7c46bef2a9e0b16ee09a2cce4f428daced2ae6c9 /packaging
parente05c64405020de144487be33f5e0c40cd0fba31e (diff)
downloadrabbitmq-server-git-7e2b42209e60b8a04e4b60d7f5286ae0505ea1cc.tar.gz
packaging: We only use the signing key ID
This is the only way to select a specific subkey. The user ID is useless for that. References #718. [#118296861]
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/Makefile b/packaging/Makefile
index da3dcccb60..31b85d9c1f 100644
--- a/packaging/Makefile
+++ b/packaging/Makefile
@@ -62,9 +62,7 @@ endif
VARS = SOURCE_DIST_FILE="$(abspath $(SOURCE_DIST_FILE))" \
PACKAGES_DIR="$(abspath $(PACKAGES_DIR))" \
- SIGNING_KEY="$(SIGNING_KEY)" \
- SIGNING_USER_ID="$(SIGNING_USER_ID)" \
- SIGNING_USER_EMAIL="$(SIGNING_USER_EMAIL)"
+ SIGNING_KEY="$(SIGNING_KEY)"
packages: package-deb package-rpm package-windows package-generic-unix
@: