summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-10 17:11:36 +0000
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-10 17:11:36 +0000
commita01bae7eeacbaa7ffb0c9cb3b9e2fb9fca2271fd (patch)
treec59aa5622205fe7471de0f761918d8570eca3aa3 /packaging/debs
parent4edd782209da6220e01cc8b8c236196c3648cfdd (diff)
downloadrabbitmq-server-git-a01bae7eeacbaa7ffb0c9cb3b9e2fb9fca2271fd.tar.gz
packaging: Pass SIGNING_* variables to sub-makes
While here, change the name of the variable from SIGNING_KEY_ID to SIGNING_KEY in `debs/Debian/Makefile`.
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index a35b869d4f..8a39288b38 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -17,12 +17,11 @@ endif
DEBIAN_ORIG_TARBALL = rabbitmq-server_$(VERSION).orig.tar.xz
UNPACKED_DIR = rabbitmq-server-$(VERSION)
PACKAGENAME = rabbitmq-server
-SIGNING_KEY_ID = 056E8E56
ifneq "$(UNOFFICIAL_RELEASE)" ""
SIGNING=-us -uc
else
- SIGNING=-k$(SIGNING_KEY_ID)
+ SIGNING=-k$(SIGNING_KEY)
endif
unexport DEPS_DIR