diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-05-12 15:48:41 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-05-25 14:10:43 +0200 |
| commit | 7e2b42209e60b8a04e4b60d7f5286ae0505ea1cc (patch) | |
| tree | 7c46bef2a9e0b16ee09a2cce4f428daced2ae6c9 /packaging | |
| parent | e05c64405020de144487be33f5e0c40cd0fba31e (diff) | |
| download | rabbitmq-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/Makefile | 4 |
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 @: |
