diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-05-25 14:15:42 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-05-25 14:15:42 +0200 |
| commit | beeb772e225ff5c325c726750ce32065eae5c680 (patch) | |
| tree | 513f0c20e93f5d6024d457913218cb7dc4f4717e /packaging/debs | |
| parent | deae5fa9746971e723fc5aff926c8459753bb543 (diff) | |
| parent | dae432e0caf5474564d8a7bb8b093163bab9d469 (diff) | |
| download | rabbitmq-server-git-beeb772e225ff5c325c726750ce32065eae5c680.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'packaging/debs')
| -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 \ |
