summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-03-22 13:29:16 (EDT)
committer P. J. McDermott <pj@pehjota.net>2019-03-22 13:29:16 (EDT)
commit4063519cb5b8578f2963a8e327592ee7917479b5 (patch)
tree6b31187ac9b877ff8696ebc778de7e4b203d3def
parent5d1f82416aa76d0e6e15d9c853c447854e945714 (diff)
Makefile.am: Set signing key
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fdd1522..ba7f52f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,8 @@ include $(top_srcdir)/tests/local.mk
MANUAL = Distribution Build System
+KEY='2250 31F0 47FF E516 63ED 516F 1A45 9ECD E4D6 04BE'
+
helper_sources = opkhelper.sh
bin_SCRIPTS = $(bin_sources:.sh=)
@@ -207,7 +209,7 @@ release:
set -e; \
sigs=''; \
for f in $(DIST_ARCHIVES); do \
- gpg --armor --sign $${f}; \
+ gpg --local-user '$(KEY)' --armor --sign $${f}; \
sigs="$${sigs} $${f}.asc"; \
done; \
ssh files@files.proteanos.com mkdir -p files/pub/$(PACKAGE); \