guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: sysadmin: build-machines: Enable guix-daemon debu


From: Mathieu Othacehe
Subject: branch master updated: sysadmin: build-machines: Enable guix-daemon debug output.
Date: Tue, 10 Jan 2023 03:03:07 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 72d8a62  sysadmin: build-machines: Enable guix-daemon debug output.
72d8a62 is described below

commit 72d8a62466b71eda657b52ca17e99f7189ea18ad
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jan 10 09:02:28 2023 +0100

    sysadmin: build-machines: Enable guix-daemon debug output.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
    Enable it.
---
 hydra/modules/sysadmin/build-machines.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index beeee6f..4af97c9 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -306,7 +306,8 @@ Match Address 141.80.167.131
                     (build-accounts
                      (* build-accounts-to-max-jobs-ratio max-jobs))
                     (extra-options
-                     (list "--max-jobs"
+                     (list "--debug"
+                           "--max-jobs"
                            (number->string max-jobs)
                            "--cores"
                            (number->string max-cores)))))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]