[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: hydra: cuirass: Fix build product regexps.
From: |
Ludovic Courtès |
Subject: |
01/03: hydra: cuirass: Fix build product regexps. |
Date: |
Mon, 16 Oct 2023 13:37:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit b8fc66c04329eb9f45a2470c78c5bc6b99557790
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 16 19:19:54 2023 +0200
hydra: cuirass: Fix build product regexps.
* hydra/modules/sysadmin/services.scm (cuirass-specs): Turn the ‘job’
field of ‘build-output’ into actual regexps.
---
hydra/modules/sysadmin/services.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hydra/modules/sysadmin/services.scm
b/hydra/modules/sysadmin/services.scm
index f13efeb..260b1ae 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -294,12 +294,12 @@ collection instead."
(build-outputs
(list
(build-output
- (job "iso9660-image*")
+ (job "iso9660-image.*")
(type "ISO-9660")
(path ""))
#$@(images-outputs
(list
- "hurd-barebones.qcow2"
+ "hurd-barebones\\.qcow2"
"pine64-barebones-raw-image"
"pinebook-pro-barebones-raw-image"))))
(period 86400)
@@ -311,7 +311,7 @@ collection instead."
(build-outputs
(list
(build-output
- (job "binary-tarball*")
+ (job "binary-tarball.*")
(type "archive")
(path ""))))
(period 86400)