guix-commits
[Top][All Lists]
Advanced

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

branch master updated (8518a36 -> 79f9dee)


From: guix-commits
Subject: branch master updated (8518a36 -> 79f9dee)
Date: Sun, 29 Nov 2020 09:30:18 -0500 (EST)

mothacehe pushed a change to branch master
in repository guix.

    from 8518a36  services: zabbix-agent: Delete not mandatory hostname 
configuration.
     new 375cc7d  Add Avahi support.
     new 276e494  publish: Add advertising support.
     new 79f9dee  Use substitute servers on the local network.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                         |   2 +
 configure.ac                        |   6 ++
 doc/guix.texi                       |  32 +++++++
 gnu/packages/package-management.scm |   5 +-
 gnu/services/base.scm               |  17 +++-
 guix/avahi.scm                      | 167 ++++++++++++++++++++++++++++++++++++
 guix/scripts/discover.scm           | 158 ++++++++++++++++++++++++++++++++++
 guix/scripts/publish.scm            |  34 +++++++-
 guix/scripts/substitute.scm         |  32 ++++++-
 guix/self.scm                       |   9 +-
 nix/nix-daemon/guix-daemon.cc       |  21 +++++
 11 files changed, 473 insertions(+), 10 deletions(-)
 create mode 100644 guix/avahi.scm
 create mode 100644 guix/scripts/discover.scm



reply via email to

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