challenge: Use a warning when substitutes are lacking.

* guix/scripts/challenge.scm (discrepancies): Use 'warning' instead of
'leave'.
master
Ludovic Courtès 2017-01-12 23:14:58 +01:00
parent 08b98ae8d3
commit 4cdff6ae37
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ taken since we do not import the archives."
(select-reference item narinfos urls)
(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
query-locally-built-hash items))