guix-commits
[Top][All Lists]
Advanced

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

branch master updated: news: Add entry for substitute servers discovery.


From: guix-commits
Subject: branch master updated: news: Add entry for substitute servers discovery.
Date: Sun, 29 Nov 2020 10:57:30 -0500

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7a584b0  news: Add entry for substitute servers discovery.
7a584b0 is described below

commit 7a584b0e5613909a57f00f00e4bcfdf6e563cb51
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Nov 29 15:44:16 2020 +0100

    news: Add entry for substitute servers discovery.
    
    * etc/news.scm: Add entry.
---
 etc/news.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 9fabb8f..af528c8 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -17,6 +17,20 @@
 
 (channel-news
  (version 0)
+ (entry (commit "79f9dee3c4c0e6d21066f142116a537207ae7ba4")
+        (title (en "Local substitute servers discovery is now supported")
+               (fr "La découverte des serveurs de substituts locaux est 
désormais supportée"))
+        (body
+         (en "The @command{guix-daemon} can now discover local substitute
+servers when the @option{--discover} option is passed.  Only the substitute
+servers started with the @option{--advertise} option will be discovered.  The
+network discovery is based on mDNS and DNS-SD protocols, using Guile-Avahi
+library for now.")
+         (fr "Le @command{guix-daemon} peut désormais découvrir les serveurs
+de substituts locaux lorsque l'option @option{--discover} est passée.  Seuls
+les serveurs de substituts démarrés avec l'option{--advertise} seront
+découverts.  La découverte réseau utilise les protocoles mDNS et DNS-SD, pour
+l'instant grâce à la librairie Guile-Avahi.")))
 
  (entry (commit "a9a2fdaabcc78e7a54d9a6bcfa4ee3de308e9a90")
         (title (en "Logical Volume Manager (LVM) now supported on Guix System")



reply via email to

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