Mathieu Othacehe
|
7003b2db52
|
scripts: discover: Report Avahi errors.
Fixes: <https://issues.guix.gnu.org/48561>.
* guix/scripts/discover (guix-discover): Report Avahi errors.
|
2021-05-22 14:04:19 +02:00 |
|
zimoun
|
8e4ca1b1d0
|
scripts: discover: Replace 'args-fold*' by 'parse-command-line'.
* guix/scripts/discover.scm (define-command): Replace 'args-fold*' by
'parse-command-line'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2021-04-01 14:58:54 +02:00 |
|
Mathieu Othacehe
|
ee94cd265e
|
scripts: discover: Remove previous cache file.
Partially fixes <https://issues.guix.gnu.org/45302>.
* guix/scripts/discover.scm (guix-discover): Remove previous cache files.
|
2020-12-20 10:56:45 +01:00 |
|
Mathieu Othacehe
|
1f49ab6ee2
|
scripts: discover: Remove file locks.
* guix/scripts/discover.scm (call-with-read-file-lock, with-read-file-lock):
Remove them.
(write-publish-file): Use "with-atomic-file-output" instead of
"with-file-lock".
(read-substitute-urls): Remove file lock.
|
2020-12-13 13:24:17 +01:00 |
|
Mathieu Othacehe
|
c952a9312a
|
scripts: discover: Check for cache file existence.
Fixes: https://issues.guix.gnu.org/45045.
* guix/scripts/discover.scm (read-substitute-urls): Check for file existence.
|
2020-12-05 10:38:52 +01:00 |
|
Mathieu Othacehe
|
79f9dee3c4
|
Use substitute servers on the local network.
* guix/scripts/discover.scm: New file.
* Makefile.am (MODULES): Add it.
* nix/nix-daemon/guix-daemon.cc (options): Add "discover" option,
(parse-opt): parse it,
(main): start "guix discover" process when the option is set.
* guix/scripts/substitute.scm (%local-substitute-urls): New variable,
(substitute-urls): add it.
* gnu/services/base.scm (<guix-configuration>): Add "discover?"
field,
(guix-shepherd-service): honor it.
* doc/guix.texi (Invoking guix-daemon): Document "discover" option,
(Base Services): ditto.
|
2020-11-29 15:08:26 +01:00 |
|