[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44800] [PATCH 0/2] publish: Add Avahi support.
From: |
Mathieu Othacehe |
Subject: |
[bug#44800] [PATCH 0/2] publish: Add Avahi support. |
Date: |
Sun, 22 Nov 2020 16:56:57 +0100 |
Hello,
Here are two patches adding Avahi support to "guix publish". When the
"--enable-avahi" option is passed to "guix publish", the server is advertised
on the local network.
Future patches will use this option to automatically add all the publish
servers on the local network to the daemon "substitute-urls" list.
Thanks,
Mathieu
Mathieu Othacehe (2):
Add Avahi support.
publish: Add avahi support.
Makefile.am | 1 +
configure.ac | 6 ++
doc/guix.texi | 5 +
gnu/packages/package-management.scm | 2 +
guix/avahi.scm | 162 ++++++++++++++++++++++++++++
guix/scripts/publish.scm | 23 ++++
guix/self.scm | 9 +-
7 files changed, 206 insertions(+), 2 deletions(-)
create mode 100644 guix/avahi.scm
--
2.29.2
- [bug#44800] [PATCH 0/2] publish: Add Avahi support.,
Mathieu Othacehe <=