[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: services: guix-build-coordinator: Output the start script name.
From: |
guix-commits |
Subject: |
03/10: services: guix-build-coordinator: Output the start script name. |
Date: |
Fri, 23 Oct 2020 10:41:37 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit b9f8ce17e4dbfb3f89bddcab0bc0396b4d790cb5
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Oct 22 14:21:19 2020 +0100
services: guix-build-coordinator: Output the start script name.
As this can be useful for debugging purposes.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Output
the
current filename.
---
gnu/services/guix.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index 665267f..1666733 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -200,6 +200,8 @@
(guix-build-coordinator build-allocator)
(guix-build-coordinator coordinator))
+ (simple-format #t "starting the guix-build-coordinator:\n ~A\n"
+ (current-filename))
(let* ((metrics-registry (make-metrics-registry
#:namespace
"guixbuildcoordinator_"))
- branch master updated (cc97895 -> 69e08c1), guix-commits, 2020/10/23
- 01/10: services: guix: Fix hooks gexp issue for the Guix Build Coordinator., guix-commits, 2020/10/23
- 04/10: services: guix-build-coordinator: Include the system profile in PATH., guix-commits, 2020/10/23
- 08/10: gnu: guix-build-coordinator: Fix indentation., guix-commits, 2020/10/23
- 03/10: services: guix-build-coordinator: Output the start script name.,
guix-commits <=
- 10/10: gnu: guix-build-coordinator: Update to 0-4.d38698d., guix-commits, 2020/10/23
- 02/10: gnu: guix-build-coordinator: Ensure gnutls is available., guix-commits, 2020/10/23
- 05/10: services: guix-build-coordinator: Configure output buffering., guix-commits, 2020/10/23
- 06/10: services: guix: Fix the guix-build-coordinator metrics namespace., guix-commits, 2020/10/23
- 07/10: gnu: guix-build-coordinator: Propagate the guile inputs., guix-commits, 2020/10/23
- 09/10: gnu: guix-build-coordinator: Switch to guile-json-4., guix-commits, 2020/10/23