From 55d4528c9284dd360891c9703f74d346fe0a2a83 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 10 Oct 2022 14:06:10 +0100 Subject: Add system information in to listing the build allocation plan --- scripts/guix-build-coordinator.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/guix-build-coordinator.in') diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in index f36dc00..5e02daf 100644 --- a/scripts/guix-build-coordinator.in +++ b/scripts/guix-build-coordinator.in @@ -866,6 +866,8 @@ tags: (simple-format #t "~A: ~A\n" index (assoc-ref build "uuid")) (simple-format #t " derivation name: ~A\n" (assoc-ref build "derivation_name")) + (simple-format #t " system: ~A\n" + (assoc-ref build "system")) (simple-format #t " priority: ~A\n" (assoc-ref build "priority")) (simple-format #t " derived priority: ~A\n" -- cgit v1.2.3