summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAge
* Fix single char for 'database' in %options.Mathieu Lirzin2016-07-03
|
* cuirass: Add '--one-shot' command line argument.Mathieu Lirzin2016-07-02
|
* cuirass: Remove '--use-file' command line argument.Mathieu Lirzin2016-07-02
|
* cuirass: Move code from main to auxiliary procedures.Mathieu Lirzin2016-07-02
|
* cuirass: Remove unneeded quasiquote.Mathieu Lirzin2016-07-02
|
* λ all the things!Mathieu Lirzin2016-07-02
|
* Add %package-cachedir parameter.Mathieu Lirzin2016-07-02
|
* Add (cuirass utils) module.Mathieu Lirzin2016-07-02
| | | | Move 'with-directory-excursion' here.
* job: Add load-path field to <job-spec>.Mathieu Lirzin2016-07-02
|
* cuirass: Remove dead code.Mathieu Lirzin2016-07-02
|
* job: Add 'commit' and 'tag' field to <job-spec>.Mathieu Lirzin2016-07-01
|
* Fix 0f04df269157ee005d7030196780c738c67c5a0a.Mathieu Lirzin2016-07-01
|
* base: Add %program-name parameter object.Mathieu Lirzin2016-07-01
|
* Avoid pattern matching on records which relies on slot order.Mathieu Lirzin2016-07-01
|
* Store build logs in the database.Mathieu Lirzin2016-06-29
|
* Make %package-database a parameter object.Mathieu Lirzin2016-06-26
| | | | Move it to (cuirass database).
* Add a '--database' command line argument.Mathieu Lirzin2016-06-26
|
* Store derivation results in the database.Mathieu Lirzin2016-06-26
|
* Support multiples <job-spec> evaluation.Mathieu Lirzin2016-06-16
|
* Change <job-spec> and <job> semantics.Mathieu Lirzin2016-06-16
|
* cuirass: Adapt output of 'build-packages'.Mathieu Lirzin2016-06-13
| | | | | * bin/cuirass.in (build-packages): Display derivation and output file names.
* cuirass: Add --subset command line option.Mathieu Lirzin2016-06-13
| | | | | | bin/cuirass.in (%options, show-help): Add --subset option. (evaluate): Add ARGS argument. (main): Adjust accordingly.
* job: Add <job-spec> record type.Mathieu Lirzin2016-06-13
| | | | | | | | | | | | | | | | | * 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.
* cuirass: Build packages outside of 'evaluate' procedure.Mathieu Lirzin2016-06-13
| | | | | * bin/cuirass.in (evaluate): Move 'build-packages' call to ... (main): ... here.
* cuirass: Use always the same connection to the store.Mathieu Lirzin2016-06-13
| | | | | | * bin/cuirass.in (evaluate): Add STORE argument. Move 'open-connection' call to ... (main): ... here.
* cuirass: Fix 'show-help' argument.Mathieu Lirzin2016-06-13
| | | | | * bin/cuirass.in (show-help): Remove reference to unbound variable 'program-name'. Turn PROG into a mandatory argument.
* cuirass: Allow defining jobs outside of the repository.Mathieu Lirzin2016-06-13
| | | | | * tests/gnu-system.scm: New file. * bin/cuirass.in (evaluate, main): Use it.
* job: Add <job> record type.Mathieu Lirzin2016-06-10
| | | | | | * src/cuirass/job.scm: New file. * Makefile.am (dist_pkgmodule_DATA): Add it. * bin/cuirass.in (evaluate, build-packages): Use it.
* cuirass: Add --file command line option.Mathieu Lirzin2016-06-10
| | | | | | bin/cuirass.in (%options, show-help): Add --file option. (evaluate): Add SPEC argument. (main): Adjust accordingly.
* cuirass: Add command line options.Mathieu Lirzin2016-06-10
| | | | | | | * bin/cuirass.in (show-help, %options): new variables. (main): Adapt. * src/cuirass/ui.scm: New file. * Makefile.am (dist_pkgmodule_DATA): Add it.
* Initial commit.Mathieu Lirzin2016-05-29