guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Add Guix tarball as a build outp


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Add Guix tarball as a build output.
Date: Mon, 12 Apr 2021 04:08:56 -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 e13320d  hydra: services: Add Guix tarball as a build output.
e13320d is described below

commit e13320d4759ab428d95076be63a7da219d862898
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Apr 12 10:08:12 2021 +0200

    hydra: services: Add Guix tarball as a build output.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add Guix tarball as a
    build output.
---
 hydra/modules/sysadmin/services.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 393f3cb..eaa3264 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -254,10 +254,6 @@
                    (job "iso9660-image*")
                    (type "ISO-9660")
                    (path ""))
-                  (build-output
-                   (job "binary-tarball*")
-                   (type "archive")
-                   (path ""))
                   #$@(images-outputs
                       (list
                        "hurd-barebones.qcow2"
@@ -270,6 +266,12 @@
                (specification
                 (name "tarball")
                 (build 'tarball)
+                (build-outputs
+                 (list
+                  (build-output
+                   (job "binary-tarball*")
+                   (type "archive")
+                   (path ""))))
                 (notifications #$(cuirass-notifications))
                 (period 86400)
                 (priority 2)



reply via email to

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