guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: etc: Add "bordeaux.guix.gnu.org.pub" public key f


From: guix-commits
Subject: branch master updated: etc: Add "bordeaux.guix.gnu.org.pub" public key file.
Date: Mon, 07 Jun 2021 06:44:14 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2649981  etc: Add "bordeaux.guix.gnu.org.pub" public key file.
2649981 is described below

commit 26499816a973b3aab9aaf8e13b909d0bde4e2dd5
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jun 7 11:00:09 2021 +0100

    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".
---
 Makefile.am                               | 3 ++-
 etc/substitutes/bordeaux.guix.gnu.org.pub | 6 ++++++
 guix/self.scm                             | 4 +++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3e72c3e..aa21b53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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    \
diff --git a/etc/substitutes/bordeaux.guix.gnu.org.pub 
b/etc/substitutes/bordeaux.guix.gnu.org.pub
new file mode 100644
index 0000000..67085c4
--- /dev/null
+++ b/etc/substitutes/bordeaux.guix.gnu.org.pub
@@ -0,0 +1,6 @@
+(public-key
+ (ecc
+  (curve Ed25519)
+  (q #7D602902D3A2DBB83F8A0FB98602A754C5493B0B778C8D1DD4E0F41DE14DE34F#)
+  )
+ )
diff --git a/guix/self.scm b/guix/self.scm
index 6662453..87d00ea 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -719,7 +719,9 @@ load path."
                   ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]