guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Set "binary-tarball" type.


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Set "binary-tarball" type.
Date: Thu, 22 Oct 2020 09:11:04 -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 7afe827  hydra: services: Set "binary-tarball" type.
7afe827 is described below

commit 7afe827e57abc736790ed86c9cc2cf2bccbd2930
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Oct 22 15:10:43 2020 +0200

    hydra: services: Set "binary-tarball" type.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Set "binary-tarball"
    build product type.
---
 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 3d27058..b80b773 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -244,7 +244,7 @@
                                       (#:output . "out")
                                       (#:path . ""))
                                      ((#:job . "binary-tarball*")
-                                      (#:type . "")
+                                      (#:type . "archive")
                                       (#:output . "out")
                                       (#:path . "")))))
                `((#:name . "guix-modular-master")



reply via email to

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