[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Ludovic Courtès |
Date: |
Wed, 18 Oct 2023 09:04:24 -0400 (EDT) |
branch: master
commit ef3d3164b6519169c31eddb7449426fc5fed502c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Oct 18 14:54:40 2023 +0200
examples: random: Define a “build product” for some jobs.
* examples/random.scm: Add ‘build-outputs’ field.
---
examples/random.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/examples/random.scm b/examples/random.scm
index 28fccce..b26565f 100644
--- a/examples/random.scm
+++ b/examples/random.scm
@@ -5,6 +5,13 @@
(list (specification
(name 'random)
(build '(manifests "examples/random-manifest.scm"))
+ (build-outputs
+ ;; Define a "build product" for some of the jobs.
+ (list (build-output
+ (job "(random|entropy-)1[0-9]")
+ (type "archive")
+ (output "out")
+ (path ""))))
(channels
(cons (channel
(name 'cuirass)
- master updated (f63bd5e -> df606ce), Ludovic Courtès, 2023/10/18
- [no subject], Ludovic Courtès, 2023/10/18
- [no subject],
Ludovic Courtès <=
- [no subject], Ludovic Courtès, 2023/10/18
- [no subject], Ludovic Courtès, 2023/10/18
- [no subject], Ludovic Courtès, 2023/10/18
- [no subject], Ludovic Courtès, 2023/10/18
- [no subject], Ludovic Courtès, 2023/10/18
- [no subject], Ludovic Courtès, 2023/10/18