maint: Add bayfront.guixsd.org signing key.
* bayfront.guixsd.org.pub: New file. * Makefile.am (dist_pkgdata_DATA): Add it.
This commit is contained in:
parent
c298fb133a
commit
d9a0bd4c69
|
@ -391,8 +391,10 @@ check-system: $(GOBJECTS) $(BOOTSTRAP_GUILE_TARBALLS)
|
||||||
-e '(@@ (run-system-tests) run-system-tests)' \
|
-e '(@@ (run-system-tests) run-system-tests)' \
|
||||||
$(top_srcdir)/build-aux/run-system-tests.scm
|
$(top_srcdir)/build-aux/run-system-tests.scm
|
||||||
|
|
||||||
# Public key used to sign substitutes from hydra.gnu.org.
|
# Public key used to sign substitutes from hydra.gnu.org & co.
|
||||||
dist_pkgdata_DATA = hydra.gnu.org.pub
|
dist_pkgdata_DATA = \
|
||||||
|
hydra.gnu.org.pub \
|
||||||
|
bayfront.guixsd.org.pub
|
||||||
|
|
||||||
# Bash completion file.
|
# Bash completion file.
|
||||||
dist_bashcompletion_DATA = etc/completion/bash/guix
|
dist_bashcompletion_DATA = etc/completion/bash/guix
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
(public-key
|
||||||
|
(ecc
|
||||||
|
(curve Ed25519)
|
||||||
|
(q #8D156F295D24B0D9A86FA5741A840FF2D24F60F7B6C4134814AD55625971B394#)
|
||||||
|
)
|
||||||
|
)
|
Loading…
Reference in New Issue