~ruther/guix-local

be5622e7f1b2f4e4567214b209bfd153dfd59013 — Ludovic Courtès 8 years ago c735e9e
maint: Add 'berlin.guixsd.org.pub'.

* bayfront.guixsd.org.pub: Rename to...
* berlin.guixsd.org.pub: ... this.
* Makefile.am (dist_pkgdata_DATA): Adjust accordingly.
* gnu/services/base.scm (%default-authorized-guix-keys): Likewise.
3 files changed, 2 insertions(+), 2 deletions(-)

M Makefile.am
R {bayfront => berlin}.guixsd.org.pub
M gnu/services/base.scm
M Makefile.am => Makefile.am +1 -1
@@ 416,7 416,7 @@ check-system: $(GOBJECTS) $(BOOTSTRAP_GUILE_TARBALLS)
# Public key used to sign substitutes from hydra.gnu.org & co.
dist_pkgdata_DATA =				\
  hydra.gnu.org.pub				\
  bayfront.guixsd.org.pub
  berlin.guixsd.org.pub

# Bash completion file.
dist_bashcompletion_DATA = etc/completion/bash/guix

R bayfront.guixsd.org.pub => berlin.guixsd.org.pub +0 -0
M gnu/services/base.scm => gnu/services/base.scm +1 -1
@@ 1345,7 1345,7 @@ failed to register hydra.gnu.org public key: ~a~%" status))))))))
(define %default-authorized-guix-keys
  ;; List of authorized substitute keys.
  (list (file-append guix "/share/guix/hydra.gnu.org.pub")
        (file-append guix "/share/guix/bayfront.guixsd.org.pub")))
        (file-append guix "/share/guix/berlin.guixsd.org.pub")))

(define-record-type* <guix-configuration>
  guix-configuration make-guix-configuration