diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-03-30 23:34:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-03-30 23:36:00 +0200 |
commit | bf59c06d36717178387e7451b39ba8423eadd3e8 (patch) | |
tree | c2b5fbaa22399638fe1b846d357313bd9c18a366 /Makefile.am | |
parent | f84f8590938e3cbcef10a51dda87f99c6c3b8b54 (diff) | |
download | guix-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.am | 2 |
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 \ |