From 7d9704192dcdfb43d79c387494ec67f87248d32d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 31 Jan 2024 08:59:47 +0000 Subject: Add more logging in when computing channel instance derivations As there's an issue with current core-updates that I'm struggling to track down. --- guix-data-service/jobs/load-new-guix-revision.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guix-data-service') diff --git a/guix-data-service/jobs/load-new-guix-revision.scm b/guix-data-service/jobs/load-new-guix-revision.scm index 82ad400..9a36a95 100644 --- a/guix-data-service/jobs/load-new-guix-revision.scm +++ b/guix-data-service/jobs/load-new-guix-revision.scm @@ -1047,6 +1047,10 @@ (add-temp-root store drv) drv) + (simple-format + (current-error-port) + "computed the manifest for ~A\n" system) + `((manifest-entry-item . ,(and manifest (add-tmp-root-and-return-drv -- cgit v1.2.3