[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: services: cuirass: Set iso9660-image type.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: services: cuirass: Set iso9660-image type. |
Date: |
Sun, 14 Jun 2020 07:07:03 -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 9b3918c services: cuirass: Set iso9660-image type.
9b3918c is described below
commit 9b3918c355efcda5774760ad3223502868dd74c5
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Sun Jun 14 13:04:50 2020 +0200
services: cuirass: Set iso9660-image type.
* hydra/modules/sysadmin/services.scm (cuirass-specs): Set iso9660-image
build
output type to "ISO-9660". It will now be displayed by Cuirass in the Web
interface.
---
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 bb11ac1..da73562 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -221,7 +221,7 @@
(#:inputs . (#$(guix-input "guix" "master")))
;; Save the build output of the ISO9660-IMAGE job.
(#:build-outputs . (((#:job . "iso9660-image*")
- (#:type . "iso")
+ (#:type . "ISO-9660")
(#:output . "out")
(#:path . "")))))
`((#:name . "guix-modular-master")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: services: cuirass: Set iso9660-image type.,
Mathieu Othacehe <=