guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Add "binary-tarball" to build pr


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Add "binary-tarball" to build products.
Date: Thu, 22 Oct 2020 09:04:20 -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 b4c016f  hydra: services: Add "binary-tarball" to build products.
b4c016f is described below

commit b4c016f96bc00502ac89ce70dab3fefa9e0d4044
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Oct 22 15:03:30 2020 +0200

    hydra: services: Add "binary-tarball" to build products.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add "binary-tarball"
    build product.
---
 hydra/modules/sysadmin/services.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 9de56c1..3d27058 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -242,6 +242,10 @@
                                      ((#:job . "hurd-barebones.qcow2")
                                       (#:type . "image")
                                       (#:output . "out")
+                                      (#:path . ""))
+                                     ((#:job . "binary-tarball*")
+                                      (#:type . "")
+                                      (#:output . "out")
                                       (#:path . "")))))
                `((#:name . "guix-modular-master")
                  ;; Keep the load path empty: it uses the available Guix 
modules



reply via email to

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