[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: maint: Add bayfront.guixsd.org signing key.
From: |
Ludovic Courtès |
Subject: |
05/07: maint: Add bayfront.guixsd.org signing key. |
Date: |
Mon, 8 May 2017 10:29:32 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d9a0bd4c699f5699e085e2be32d0a5e44030e2b2
Author: Ludovic Courtès <address@hidden>
Date: Mon May 8 15:25:06 2017 +0200
maint: Add bayfront.guixsd.org signing key.
* bayfront.guixsd.org.pub: New file.
* Makefile.am (dist_pkgdata_DATA): Add it.
---
Makefile.am | 6 ++++--
bayfront.guixsd.org.pub | 6 ++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 6cc179f..f6a8f66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -391,8 +391,10 @@ check-system: $(GOBJECTS) $(BOOTSTRAP_GUILE_TARBALLS)
-e '(@@ (run-system-tests) run-system-tests)' \
$(top_srcdir)/build-aux/run-system-tests.scm
-# Public key used to sign substitutes from hydra.gnu.org.
-dist_pkgdata_DATA = hydra.gnu.org.pub
+# Public key used to sign substitutes from hydra.gnu.org & co.
+dist_pkgdata_DATA = \
+ hydra.gnu.org.pub \
+ bayfront.guixsd.org.pub
# Bash completion file.
dist_bashcompletion_DATA = etc/completion/bash/guix
diff --git a/bayfront.guixsd.org.pub b/bayfront.guixsd.org.pub
new file mode 100644
index 0000000..f156a37
--- /dev/null
+++ b/bayfront.guixsd.org.pub
@@ -0,0 +1,6 @@
+(public-key
+ (ecc
+ (curve Ed25519)
+ (q #8D156F295D24B0D9A86FA5741A840FF2D24F60F7B6C4134814AD55625971B394#)
+ )
+ )
- branch master updated (087efec -> a7e5944), Ludovic Courtès, 2017/05/08
- 02/07: maint: Use 'G_' in build-aux/ scripts., Ludovic Courtès, 2017/05/08
- 07/07: maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are available., Ludovic Courtès, 2017/05/08
- 05/07: maint: Add bayfront.guixsd.org signing key.,
Ludovic Courtès <=
- 03/07: maint: "distcheck" inherits the test root directory., Ludovic Courtès, 2017/05/08
- 04/07: services: nscd: Adjust activation snippet for /etc/resolv.conf symlinks., Ludovic Courtès, 2017/05/08
- 01/07: gnu: perl-net-dns-resolver-programmable: Shorten patch file name., Ludovic Courtès, 2017/05/08
- 06/07: maint: 'check-available-binaries' forces use of the official servers., Ludovic Courtès, 2017/05/08