summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove redundancies in the specification examples.Mathieu Lirzin2016-07-142-37/+36
* gnu-system: Use 'specification->package' when possible.Mathieu Lirzin2016-07-141-19/+14
* Remove unnecessary (cuirass job) module.Mathieu Lirzin2016-07-131-1/+0
* Evaluate derivations in a separate process.•••This fixes a bug where different Guix branches gave the same derivations. Mathieu Lirzin2016-07-134-97/+87
* Add guix-jobs.scm specification file.Mathieu Lirzin2016-07-041-0/+40
* gnu-system: Fix '%job-name' calls.•••This calls were using its previous name 'job-name'. Mathieu Lirzin2016-07-041-2/+2
* Add 'basic.sh' test.Mathieu Lirzin2016-07-031-0/+24
* Add %package-cachedir parameter.Mathieu Lirzin2016-07-021-0/+4
* Add test for 'with-directory-excursion'.Mathieu Lirzin2016-07-021-0/+39
* job: Add load-path field to <job-spec>.Mathieu Lirzin2016-07-021-0/+3
* job: Add 'commit' and 'tag' field to <job-spec>.Mathieu Lirzin2016-07-011-0/+7
* base: Add %program-name parameter object.Mathieu Lirzin2016-07-011-0/+4
* Store build logs in the database.Mathieu Lirzin2016-06-291-2/+9
* Fix temporary database location.•••Don't create it in 'srcdir' to please 'make distcheck'. Mathieu Lirzin2016-06-261-4/+4
* Make %package-database a parameter object.•••Move it to (cuirass database). Mathieu Lirzin2016-06-261-18/+23
* Add (cuirass database) module.Mathieu Lirzin2016-06-261-0/+51
* Support multiples <job-spec> evaluation.Mathieu Lirzin2016-06-161-7/+14
* Change <job-spec> and <job> semantics.Mathieu Lirzin2016-06-162-58/+80
* gnu-system: Add hello subset.•••* tests/gnu-system.scm (hydra-jobs): Add hello subset. Mathieu Lirzin2016-06-131-2/+8
* 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. Mathieu Lirzin2016-06-131-60/+64
* cuirass: Allow defining jobs outside of the repository.•••* tests/gnu-system.scm: New file. * bin/cuirass.in (evaluate, main): Use it. Mathieu Lirzin2016-06-131-0/+227
* Initial commit.Mathieu Lirzin2016-05-291-0/+21