summaryrefslogtreecommitdiff
path: root/packaging/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-05-25 14:15:42 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-05-25 14:15:42 +0200
commitbeeb772e225ff5c325c726750ce32065eae5c680 (patch)
tree513f0c20e93f5d6024d457913218cb7dc4f4717e /packaging/Makefile
parentdeae5fa9746971e723fc5aff926c8459753bb543 (diff)
parentdae432e0caf5474564d8a7bb8b093163bab9d469 (diff)
downloadrabbitmq-server-git-beeb772e225ff5c325c726750ce32065eae5c680.tar.gz
Merge branch 'stable'
Diffstat (limited to 'packaging/Makefile')
-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
@: