[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: Further fix handling exceptions when computing channel instances
From: |
Christopher Baines |
Subject: |
03/06: Further fix handling exceptions when computing channel instances |
Date: |
Thu, 7 Mar 2024 05:08:37 -0500 (EST) |
cbaines pushed a commit to branch master
in repository data-service.
commit 20ad81f0d40bfd2f2e8d124dd58e8af2b5b00159
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Feb 13 10:35:04 2024 +0000
Further fix handling exceptions when computing channel instances
---
guix-data-service/jobs/load-new-guix-revision.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/jobs/load-new-guix-revision.scm
b/guix-data-service/jobs/load-new-guix-revision.scm
index 0dc43a7..8531edf 100644
--- a/guix-data-service/jobs/load-new-guix-revision.scm
+++ b/guix-data-service/jobs/load-new-guix-revision.scm
@@ -1195,7 +1195,7 @@
"ignoring ~A for ~A\n"
exn
system)
- #f)
+ (cons system #f))
(raise-exception exn)))
(lambda ()
(with-throw-handler #t
- branch master updated (26f517d -> 5f80856), Christopher Baines, 2024/03/07
- 02/06: Copy the port monitoring fiber from the build coordinator, Christopher Baines, 2024/03/07
- 04/06: Add exception handling to the process-jobs script, Christopher Baines, 2024/03/07
- 01/06: Instrument resource pool checkout failures, Christopher Baines, 2024/03/07
- 05/06: Report the size of the guix database and WAL file, Christopher Baines, 2024/03/07
- 03/06: Further fix handling exceptions when computing channel instances,
Christopher Baines <=
- 06/06: Allow prioritising jobs from specific repositories, Christopher Baines, 2024/03/07