summaryrefslogtreecommitdiff
path: root/src/cuirass
Commit message (Collapse)AuthorAge
* cuirass: Move code from main to auxiliary procedures.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
|
* job: Add 'commit' and 'tag' field to <job-spec>.Mathieu Lirzin2016-07-01
|
* base: Add %program-name parameter object.Mathieu Lirzin2016-07-01
|
* database: Remove commented code.Mathieu Lirzin2016-06-29
|
* 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
|
* Add (cuirass database) module.Mathieu Lirzin2016-06-26
|
* Change <job-spec> and <job> semantics.Mathieu Lirzin2016-06-16
|
* 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.
* job: Add 'metadata' field to <job>.Mathieu Lirzin2016-06-13
| | | | | * src/cuirass/job.scm <job>: Add 'metadata' field. (job-metadata, %make-job): New procedures.
* 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 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.
* build: Generate config.scm at configure time.Mathieu Lirzin2016-06-10
| | | | | | | | * src/cuirass/config.scm.in: New file. * configure.ac (AC_CONFIG_FILES): Add 'src/cuirass/config.scm'. * Makefile.am (nodist_pkgmodule_DATA, CLEANFILES, DISTCLEANFILES): Update. * .gitignore: Likewise.
* Initial commit.Mathieu Lirzin2016-05-29