[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: challenge: Use a warning when substitutes are lacking.
From: |
Ludovic Courtès |
Subject: |
01/01: challenge: Use a warning when substitutes are lacking. |
Date: |
Thu, 12 Jan 2017 22:28:57 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 4cdff6ae37878588a550e5969381d531c728e2fd
Author: Ludovic Courtès <address@hidden>
Date: Thu Jan 12 23:14:58 2017 +0100
challenge: Use a warning when substitutes are lacking.
* guix/scripts/challenge.scm (discrepancies): Use 'warning' instead of
'leave'.
---
guix/scripts/challenge.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/challenge.scm b/guix/scripts/challenge.scm
index 590d8f1..9ab4fbe 100644
--- a/guix/scripts/challenge.scm
+++ b/guix/scripts/challenge.scm
@@ -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))