[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: lint: archival: Gracefully handle network failures.
From: |
guix-commits |
Subject: |
06/06: lint: archival: Gracefully handle network failures. |
Date: |
Mon, 2 Dec 2019 06:25:38 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit c2b2c8e9e7ce3e12b23a6d27162dc98450d4f4d9
Author: Ludovic Courtès <address@hidden>
Date: Mon Dec 2 12:24:56 2019 +0100
lint: archival: Gracefully handle network failures.
* guix/lint.scm (check-archival): Wrap re-throw in
'with-networking-fail-safe'.
---
guix/lint.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/guix/lint.scm b/guix/lint.scm
index 629604e..cd2ea57 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -1122,7 +1122,10 @@ Heritage")
((key . args)
(if (eq? key skip-key)
'()
- (apply throw key args)))))))
+ (with-networking-fail-safe
+ (G_ "while connecting to Software Heritage")
+ '()
+ (apply throw key args))))))))
;;;
- branch master updated (6697771 -> c2b2c8e), guix-commits, 2019/12/02
- 02/06: gnu: stress-make: Avoid top-level reference to 'gnu-make'., guix-commits, 2019/12/02
- 04/06: gnu: android-libselinux: Avoid top-level references to 'libsellinux'., guix-commits, 2019/12/02
- 01/06: gnu: gajim: Avoid top-level reference to 'python'., guix-commits, 2019/12/02
- 03/06: gnu: 0ad-data: Avoid top-level references to 'font-bitstream-vera'., guix-commits, 2019/12/02
- 06/06: lint: archival: Gracefully handle network failures.,
guix-commits <=
- 05/06: gnu: Add emacs-telega., guix-commits, 2019/12/02