Fix substitutes server discovery.
This is a follow-up of bc3896db25c788c181c7bcd65754e7cd378e9d9f. * guix/scripts/substitute.scm (%local-substitute-urls): Test for "true" instead of "yes".
This commit is contained in:
parent
19c6ea9ca4
commit
e733f66b5b
@ -655,7 +655,7 @@ is shorter than MAX elements, then it is directly returned."
|
|||||||
;; If the following option is passed to the daemon, use the substitutes list
|
;; If the following option is passed to the daemon, use the substitutes list
|
||||||
;; provided by "guix discover" process.
|
;; provided by "guix discover" process.
|
||||||
(let* ((option (find-daemon-option "discover"))
|
(let* ((option (find-daemon-option "discover"))
|
||||||
(discover? (and option (string=? option "yes"))))
|
(discover? (and option (string=? option "true"))))
|
||||||
(if discover?
|
(if discover?
|
||||||
(randomize-substitute-urls (read-substitute-urls))
|
(randomize-substitute-urls (read-substitute-urls))
|
||||||
'())))
|
'())))
|
||||||
|
Loading…
Reference in New Issue
Block a user