summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-03-30 23:34:20 +0200
committerLudovic Courtès <ludo@gnu.org>2014-03-30 23:36:00 +0200
commitbf59c06d36717178387e7451b39ba8423eadd3e8 (patch)
treec2b5fbaa22399638fe1b846d357313bd9c18a366 /Makefile.am
parentf84f8590938e3cbcef10a51dda87f99c6c3b8b54 (diff)
downloadguix-bf59c06d36717178387e7451b39ba8423eadd3e8.tar.gz
Add hydra.gnu.org's narinfo signing public key.
* hydra.gnu.org.pub: New file.
* Makefile.am (pkgdata_DATA): New variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f003c9fba..2ccf80252e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -177,6 +177,8 @@ tests/guix-gc.log:							\
   $(patsubst %.sh,%.log,$(filter-out tests/guix-gc.sh,$(SH_TESTS)))	\
   $(SCM_TESTS:%.scm=%.log)
 
+# Public key used to sign substitutes from hydra.gnu.org.
+pkgdata_DATA = hydra.gnu.org.pub
 
 EXTRA_DIST =					\
   HACKING					\