mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-06 23:16:13 -05:00
etc: Add "bordeaux.guix.gnu.org.pub" public key file.
* etc/substitutes/bordeaux.guix.gnu.org.pub: New file. * Makefile.am (dist_pkgdata_DATA): Add it. * guix/self.scm (miscellaneous-files): Add "share/guix/bordeaux.guix.gnu.org.pub".
This commit is contained in:
parent
e536fc1786
commit
26499816a9
3 changed files with 11 additions and 2 deletions
|
@ -586,7 +586,8 @@ check-system: $(GOBJECTS)
|
|||
dist_pkgdata_DATA = \
|
||||
etc/substitutes/berlin.guix.gnu.org.pub \
|
||||
etc/substitutes/ci.guix.gnu.org.pub \
|
||||
etc/substitutes/ci.guix.info.pub
|
||||
etc/substitutes/ci.guix.info.pub \
|
||||
etc/substitutes/bordeaux.guix.gnu.org.pub
|
||||
|
||||
# Bash completion file.
|
||||
dist_bashcompletion_DATA = etc/completion/bash/guix \
|
||||
|
|
6
etc/substitutes/bordeaux.guix.gnu.org.pub
Normal file
6
etc/substitutes/bordeaux.guix.gnu.org.pub
Normal file
|
@ -0,0 +1,6 @@
|
|||
(public-key
|
||||
(ecc
|
||||
(curve Ed25519)
|
||||
(q #7D602902D3A2DBB83F8A0FB98602A754C5493B0B778C8D1DD4E0F41DE14DE34F#)
|
||||
)
|
||||
)
|
|
@ -719,7 +719,9 @@ (define (miscellaneous-files source)
|
|||
("share/guix/ci.guix.gnu.org.pub" ;alias
|
||||
,(file-append* source "/etc/substitutes/berlin.guix.gnu.org.pub"))
|
||||
("share/guix/ci.guix.info.pub" ;alias
|
||||
,(file-append* source "/etc/substitutes/berlin.guix.gnu.org.pub")))))
|
||||
,(file-append* source "/etc/substitutes/berlin.guix.gnu.org.pub"))
|
||||
("share/guix/bordeaux.guix.gnu.org.pub"
|
||||
,(file-append* source "/etc/substitutes/bordeaux.guix.gnu.org.pub")))))
|
||||
|
||||
(define* (whole-package name modules dependencies
|
||||
#:key
|
||||
|
|
Loading…
Reference in a new issue