guix-commits
[Top][All Lists]
Advanced

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

branch master updated: berlin: Disable Mumi mailer.


From: Tobias Geerinckx-Rice
Subject: branch master updated: berlin: Disable Mumi mailer.
Date: Sun, 04 Dec 2022 15:10:21 -0500

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

nckx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new ebb4773  berlin: Disable Mumi mailer.
ebb4773 is described below

commit ebb47732647b2661f95ee7bae70252a36071fbaa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 27 01:00:00 2022 +0100

    berlin: Disable Mumi mailer.
    
    * hydra/berlin.scm (operating-system): Disable the MAILER? of the
    MUMI-SERVICE-TYPE.
---
 hydra/berlin.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index dd8a2eb..35b9c71 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -458,10 +458,10 @@ at MOUNT-POINT."
 
              (service mumi-service-type
                       (mumi-configuration
-                       ;; The mailer used to break:
-                       ;; <https://issues.guix.gnu.org/49295>.  This is
-                       ;; solved, but do check once in a while.
-                       (mailer? #t)
+                       ;; The mailer is broken again.  No pretty bug report
+                       ;; like <https://issues.guix.gnu.org/49295>, but it's
+                       ;; broken.
+                       (mailer? #f)
                        (sender "issues.guix.gnu.org@elephly.net")
                        (smtp "sendmail:///var/mumi/mumi-mailer")))
              ;; For the Mumi mailer queue



reply via email to

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