guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Add hurd-barebones-disk-image to


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Add hurd-barebones-disk-image to build products.
Date: Thu, 25 Jun 2020 08:59:21 -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 d28529b  hydra: services: Add hurd-barebones-disk-image to build 
products.
d28529b is described below

commit d28529b4b3525278b62f9ea4514e5cfe9e0883cd
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Thu Jun 25 14:57:58 2020 +0200

    hydra: services: Add hurd-barebones-disk-image to build products.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add
    "hurd-barebones-disk-image" to "guix-master" specification build products.
---
 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 da73562..ea0d499 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -223,6 +223,10 @@
                  (#:build-outputs . (((#:job . "iso9660-image*")
                                       (#:type . "ISO-9660")
                                       (#:output . "out")
+                                      (#:path . ""))
+                                     ((#:job . "hurd-barebones-disk-image*")
+                                      (#:type . "image")
+                                      (#: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]