guix-commits
[Top][All Lists]
Advanced

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

branch wip-offload updated: tmp21


From: Mathieu Othacehe
Subject: branch wip-offload updated: tmp21
Date: Fri, 18 Dec 2020 03:57:59 -0500

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

mothacehe pushed a commit to branch wip-offload
in repository guix-cuirass.

The following commit(s) were added to refs/heads/wip-offload by this push:
     new 03abcda  tmp21
03abcda is described below

commit 03abcdae39d8e6078e5b8def27453cc55c58f7e6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Dec 18 09:57:52 2020 +0100

    tmp21
---
 src/cuirass/remote.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/remote.scm b/src/cuirass/remote.scm
index 8c83360..95137e7 100644
--- a/src/cuirass/remote.scm
+++ b/src/cuirass/remote.scm
@@ -312,7 +312,7 @@ retries a call to PROC."
   "Return a message that indicates that the build of DRV has started."
   (format #f "~s" `(build-started (drv ,drv) (worker ,worker))))
 
-(define (zmq-build-failed-message drv url #:optional log)
+(define* (zmq-build-failed-message drv url #:optional log)
   "Return a message that indicates that the build of DRV has failed."
   (format #f "~s" `(build-failed (drv ,drv) (url ,url) (log ,log))))
 



reply via email to

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