mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
challenge: Use a warning when substitutes are lacking.
* guix/scripts/challenge.scm (discrepancies): Use 'warning' instead of 'leave'.
This commit is contained in:
parent
08b98ae8d3
commit
4cdff6ae37
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ (define (select-reference item narinfos urls)
|
||||||
(select-reference item narinfos urls)
|
(select-reference item narinfos urls)
|
||||||
(narinfo-hash->sha256 (narinfo-hash first))))))
|
(narinfo-hash->sha256 (narinfo-hash first))))))
|
||||||
(()
|
(()
|
||||||
(leave (_ "no substitutes for '~a'~%") item))))
|
(warning (_ "no substitutes for '~a'; cannot conclude~%") item))))
|
||||||
|
|
||||||
(mlet* %store-monad ((local (mapm %store-monad
|
(mlet* %store-monad ((local (mapm %store-monad
|
||||||
query-locally-built-hash items))
|
query-locally-built-hash items))
|
||||||
|
|
Loading…
Reference in a new issue