guix-commits
[Top][All Lists]
Advanced

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

06/06: news: Add entry for 'guix git authenticate'.


From: guix-commits
Subject: 06/06: news: Add entry for 'guix git authenticate'.
Date: Sat, 11 Jul 2020 06:43:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 62b8bbc2c2dd3c42ac5fff7bde846ff5047612bf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jul 11 12:42:58 2020 +0200

    news: Add entry for 'guix git authenticate'.
    
    * etc/news.scm: Add entry.
---
 etc/news.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 62ec68b..3279099 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -13,6 +13,22 @@
 (channel-news
  (version 0)
 
+ (entry (commit "a98712785e0b042a290420fd74e5a4a5da4fc68f")
+        (title (en "New @command{guix git authenticate} command"))
+        (body
+         (en "The new @command{guix git authenticate} command authenticates a
+Git repository by verifying commit signatures and ensuring they all come from
+authorized parties, exactly like @command{guix pull} now does.
+
+This command is primarily useful to developers of channels.  It allows them to
+ensure, before pushing, that the channel only contains commits signed with
+authorized keys.  But this command is also useful anytime you use Git and want
+to allow people to authenticate code fetched from your repository.
+
+Run @command{info \"(guix) Invoking guix git authenticate\"} for more info,
+and see @uref{https://guix.gnu.org/blog/2020/securing-updates/} for details on
+these mechanisms.")))
+
  (entry (commit "43badf261f4688c8a7a7a9004a4bff8acb205835")
         (title (en "@command{guix pull} authenticates channels")
                (de "@command{guix pull} authentifiziert Kanäle")



reply via email to

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