guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Reverse the Cuirass no-publish l


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Reverse the Cuirass no-publish logic.
Date: Fri, 13 Aug 2021 07:48:09 -0400

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 741a55f  hydra: services: Reverse the Cuirass no-publish logic.
741a55f is described below

commit 741a55f966818d21fbd7f1564d9ea16f3ed438ba
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Aug 13 13:47:15 2021 +0200

    hydra: services: Reverse the Cuirass no-publish logic.
    
    * hydra/modules/sysadmin/services.scm (cuirass-configuration): Use 
"publish?"
    instead of "no-publish?".
---
 hydra/modules/sysadmin/services.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 5a0f36f..7a7c30a 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -443,7 +443,7 @@
            (cuirass-configuration
             (interval (* 5 60))
             (remote-server (cuirass-remote-server-configuration
-                            (no-publish? #t)
+                            (publish? #f)
                             (trigger-url "http://127.0.0.1";)))
             (specifications (cuirass-specs branches systems))
             (parameters "/etc/cuirass.scm"))))



reply via email to

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