Commit Graph

9 Commits (c9223b6d2941a211578c8b3e73b1b62430c5b55e)

Author SHA1 Message Date
Mathieu Lirzin fba9b37dc9
gnu-system: license->alist: Allow list in license field. 2016-07-25 02:12:41 +02:00
Mathieu Lirzin 55e72cb107 gnu-system: Add 'license->alist' procedure. 2016-07-14 17:44:23 +02:00
Mathieu Lirzin 1b804d7402 gnu-system: Use 'specification->package' when possible. 2016-07-14 17:44:23 +02:00
Mathieu Lirzin 53c12be409 Evaluate derivations in a separate process.
This fixes a bug where different Guix branches gave the same
derivations.
2016-07-13 14:07:24 +02:00
Mathieu Lirzin ecd001cb22 gnu-system: Fix '%job-name' calls.
This calls were using its previous name 'job-name'.
2016-07-04 13:51:14 +02:00
Mathieu Lirzin b103ab7eae Change <job-spec> and <job> semantics. 2016-06-16 02:12:33 +02:00
Mathieu Lirzin e5609c29c4
gnu-system: Add hello subset.
* tests/gnu-system.scm (hydra-jobs): Add hello subset.
2016-06-13 18:11:09 +02:00
Mathieu Lirzin 49ab3c8b0d
job: Add <job-spec> record type.
* src/cuirass/job.scm <job-spec>: New record type.
(%make-job-spec, make-job-spec, job-spec-name, job-spec-proc)
(job-spec-metadata): New procedures.
* tests/gnu-system.scm (package-job): Rename to ...
(package-job-spec): ... this.  Use 'make-job-spec'.
(package-cross-job): Rename to ...
(package-cross-job-spec): ... this.  Use 'make-job-spec'.
(tarball-jobs): Rename to ...
(tarball-job-specs): ... this.  Use 'make-job-spec'.
(package->alist): Rename to ...
(package-metadata): ... this.  Adapt.
(package->job): Rename to ...
(package->jobspec): ... this.  Adapt.
(hydra-jobs): Adapt.
2016-06-13 18:10:52 +02:00
Mathieu Lirzin ab54de1f35
cuirass: Allow defining jobs outside of the repository.
* tests/gnu-system.scm: New file.
* bin/cuirass.in (evaluate, main): Use it.
2016-06-13 18:09:23 +02:00