guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra/services: Remove rottlog-service-type.


From: Ricardo Wurmus
Subject: branch master updated: hydra/services: Remove rottlog-service-type.
Date: Wed, 22 Apr 2020 09:25:35 -0400

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

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 8670d16  hydra/services: Remove rottlog-service-type.
8670d16 is described below

commit 8670d16e7d88af5aeb57dd0008b3f9fd74b7d4fd
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 22 15:24:54 2020 +0200

    hydra/services: Remove rottlog-service-type.
    
    * hydra/modules/sysadmin/services.scm (frontend-services): Remove
    rottlog-service-type as it is now included in the defaults.
---
 hydra/modules/sysadmin/services.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 569dd91..66e6f28 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -285,8 +285,7 @@
                             (nar-ttl (* 90 24 3600))
                             (publish-workers 6))
   "Return the list of services for the build farm frontend."
-  (cons* (service rottlog-service-type (rottlog-configuration))
-         (service mcron-service-type
+  (cons* (service mcron-service-type
                   (mcron-configuration
                    (jobs (cons %certbot-job %gc-jobs))))
 



reply via email to

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