diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-05-12 15:34:31 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-05-25 14:10:43 +0200 |
| commit | e05c64405020de144487be33f5e0c40cd0fba31e (patch) | |
| tree | 5346f30aca595903f5d601dc4cd18afd1c0ba5d1 /packaging | |
| parent | bb76dbc04888f8c3966ead8bed89a6f7d1017306 (diff) | |
| download | rabbitmq-server-git-e05c64405020de144487be33f5e0c40cd0fba31e.tar.gz | |
Deb repository: Use SIGNING_KEY to select the repository signing key
By default, honor the default key; usually it is specified in
`gpg.conf`.
References #718.
[#118296861]
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/debs/apt-repository/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debs/apt-repository/Makefile b/packaging/debs/apt-repository/Makefile index bbddc15a4e..dbf8871a51 100644 --- a/packaging/debs/apt-repository/Makefile +++ b/packaging/debs/apt-repository/Makefile @@ -1,7 +1,7 @@ PACKAGES_DIR ?= ../../../PACKAGES REPO_DIR ?= debian -SIGNING_USER_EMAIL ?= info@rabbitmq.com +SIGNING_KEY ?= default ifeq "$(UNOFFICIAL_RELEASE)" "" HOME_ARG = HOME=$(GNUPG_PATH) @@ -18,7 +18,7 @@ debian_apt_repository: clean mkdir -p $(REPO_DIR)/conf cp -a distributions $(REPO_DIR)/conf ifeq "$(UNOFFICIAL_RELEASE)" "" - echo SignWith: $(SIGNING_USER_EMAIL) >> $(REPO_DIR)/conf/distributions + echo SignWith: $(SIGNING_KEY) >> $(REPO_DIR)/conf/distributions endif for FILE in $(PACKAGES_DIR)/*.changes ; do \ $(HOME_ARG) reprepro --ignore=wrongdistribution \ |
