Mathieu Lirzin
|
5efdcb4441
|
Add a '--database' command line argument.
|
2016-06-26 17:02:23 +02:00 |
|
Mathieu Lirzin
|
b24541e604
|
Add (cuirass database) module.
|
2016-06-26 16:59:26 +02:00 |
|
Mathieu Lirzin
|
b103ab7eae
|
Change <job-spec> and <job> semantics.
|
2016-06-16 02:12:33 +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
|
39750281f6
|
job: Add 'metadata' field to <job>.
* src/cuirass/job.scm <job>: Add 'metadata' field.
(job-metadata, %make-job): New procedures.
|
2016-06-13 18:09:45 +02:00 |
|
Mathieu Lirzin
|
ecffeb7536
|
job: Add <job> record type.
* src/cuirass/job.scm: New file.
* Makefile.am (dist_pkgmodule_DATA): Add it.
* bin/cuirass.in (evaluate, build-packages): Use it.
|
2016-06-10 23:39:27 +02:00 |
|
Mathieu Lirzin
|
87a79ae33d
|
cuirass: Add command line options.
* bin/cuirass.in (show-help, %options): new variables.
(main): Adapt.
* src/cuirass/ui.scm: New file.
* Makefile.am (dist_pkgmodule_DATA): Add it.
|
2016-06-10 23:39:01 +02:00 |
|
Mathieu Lirzin
|
8fb2983dce
|
build: Generate config.scm at configure time.
* 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.
|
2016-06-10 23:38:40 +02:00 |
|
Mathieu Lirzin
|
9d5fda76bb
|
Initial commit.
|
2016-05-29 19:53:17 +02:00 |
|