| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | cuirass: Move procedures to (cuirass base) module. | Mathieu Lirzin | 2016-07-27 | 1 | -91/+1 | |
| | | | | | | | * bin/cuirass.in (fetch-repository, compile, evaluate, build-packages) (process-specs): Move to ... src/cuirass/base.scm: ... here. | |||||
| * | schema: Separate "Derivations" from "Evaluations". | Mathieu Lirzin | 2016-07-27 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | * src/schema.sql (Derivations): New table. (Evaluations): Remove 'derivation' and 'job_name' columns. Add 'id' column. * src/cuirass/database.scm (db-add-evaluation): Adapt. (db-get-derivation, db-add-derivation): New procedures. (evaluation-exists?, db-get-evaluation): Delete. * bin/evaluate.in (main): Adapt. * tests/database.scm ("sqlite-exec"): Likewise. ("db-add-derivation", "db-get-derivation"): New tests. ("db-add-evaluation", "db-get-evaluation"): Delete. | |||||
| * | cuirass: show-help: Use 'poll' terminology. | Mathieu Lirzin | 2016-07-27 | 1 | -1/+1 | |
| | | | | | * bin/cuirass.in (show-help): Use 'poll' terminology. | |||||
| * | cuirass: Modify default interval value. | Mathieu Lirzin | 2016-07-27 | 1 | -1/+1 | |
| | | | | | * bin/cuirass.in (main): Change default interval value. | |||||
| * | cuirass: Make specification argument optional. | Mathieu Lirzin | 2016-07-27 | 1 | -22/+23 | |
| | | | | | | | | * bin/cuirass.in (%options): Add 'specifications' option. (main): Use it instead of the non-option command line arguments. (show-help): Adapt. * README (Example): Adapt. | |||||
| * | Use stamps to poll repositories. | Mathieu Lirzin | 2016-07-26 | 1 | -9/+21 | |
| | | ||||||
| * | database: Add 'db-add-build' procedure. | Mathieu Lirzin | 2016-07-25 | 1 | -8/+12 | |
| | | ||||||
| * | evaluate: Store evaluations in evaluate script. | Mathieu Lirzin | 2016-07-25 | 2 | -19/+24 | |
| | | ||||||
| * | evaluate: Use (cuirass ...) modules. | Mathieu Lirzin | 2016-07-25 | 1 | -31/+4 | |
| | | | | | This avoids code duplication. | |||||
| * | evaluate: Use simple-format explicitely. | Mathieu Lirzin | 2016-07-25 | 1 | -4/+3 | |
| | | ||||||
| * | cuirass: Use database to store specifications. | Mathieu Lirzin | 2016-07-25 | 1 | -9/+12 | |
| | | ||||||
| * | cuirass: evaluate: Fix docstring. | Mathieu Lirzin | 2016-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | evaluate: Use 'read' instead of 'eval-string'. | Mathieu Lirzin | 2016-07-25 | 2 | -5/+5 | |
| | | ||||||
| * | schema: Separate 'Evaluations' from 'Builds'. | Mathieu Lirzin | 2016-07-25 | 1 | -14/+18 | |
| | | | | | Adapt src/cuirass/database.scm and its tests. | |||||
| * | maint: Update file headers. | Mathieu Lirzin | 2016-07-25 | 2 | -13/+13 | |
| | | ||||||
| * | cuirass: Fix specification file error message. | Mathieu Lirzin | 2016-07-25 | 1 | -1/+2 | |
| | | ||||||
| * | Move '%program-name' to (cuirass ui) module. | Mathieu Lirzin | 2016-07-25 | 1 | -4/+3 | |
| | | ||||||
| * | cuirass: Fix 'show-help'. | Mathieu Lirzin | 2016-07-14 | 1 | -2/+2 | |
| | | ||||||
| * | Remove unnecessary (cuirass job) module. | Mathieu Lirzin | 2016-07-13 | 1 | -1/+0 | |
| | | ||||||
| * | Evaluate derivations in a separate process. | Mathieu Lirzin | 2016-07-13 | 2 | -62/+143 | |
| | | | | | | This fixes a bug where different Guix branches gave the same derivations. | |||||
| * | cuirass: process-spec: Use 'when' instead of 'and'. | Mathieu Lirzin | 2016-07-04 | 1 | -1/+2 | |
| | | | | | This is done because 'set-load-path!' returns a undefined value. | |||||
| * | Fix single char for 'database' in %options. | Mathieu Lirzin | 2016-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | cuirass: Add '--one-shot' command line argument. | Mathieu Lirzin | 2016-07-02 | 1 | -9/+14 | |
| | | ||||||
| * | cuirass: Remove '--use-file' command line argument. | Mathieu Lirzin | 2016-07-02 | 1 | -11/+12 | |
| | | ||||||
| * | cuirass: Move code from main to auxiliary procedures. | Mathieu Lirzin | 2016-07-02 | 1 | -43/+45 | |
| | | ||||||
| * | cuirass: Remove unneeded quasiquote. | Mathieu Lirzin | 2016-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | λ all the things! | Mathieu Lirzin | 2016-07-02 | 1 | -4/+4 | |
| | | ||||||
| * | Add %package-cachedir parameter. | Mathieu Lirzin | 2016-07-02 | 1 | -34/+35 | |
| | | ||||||
| * | Add (cuirass utils) module. | Mathieu Lirzin | 2016-07-02 | 1 | -0/+1 | |
| | | | | | Move 'with-directory-excursion' here. | |||||
| * | job: Add load-path field to <job-spec>. | Mathieu Lirzin | 2016-07-02 | 1 | -15/+26 | |
| | | ||||||
| * | cuirass: Remove dead code. | Mathieu Lirzin | 2016-07-02 | 1 | -1/+0 | |
| | | ||||||
| * | job: Add 'commit' and 'tag' field to <job-spec>. | Mathieu Lirzin | 2016-07-01 | 1 | -2/+6 | |
| | | ||||||
| * | Fix 0f04df269157ee005d7030196780c738c67c5a0a. | Mathieu Lirzin | 2016-07-01 | 1 | -3/+3 | |
| | | ||||||
| * | base: Add %program-name parameter object. | Mathieu Lirzin | 2016-07-01 | 1 | -15/+16 | |
| | | ||||||
| * | Avoid pattern matching on records which relies on slot order. | Mathieu Lirzin | 2016-07-01 | 1 | -9/+9 | |
| | | ||||||
| * | Store build logs in the database. | Mathieu Lirzin | 2016-06-29 | 1 | -17/+29 | |
| | | ||||||
| * | Make %package-database a parameter object. | Mathieu Lirzin | 2016-06-26 | 1 | -27/+26 | |
| | | | | | Move it to (cuirass database). | |||||
| * | Add a '--database' command line argument. | Mathieu Lirzin | 2016-06-26 | 1 | -2/+5 | |
| | | ||||||
| * | Store derivation results in the database. | Mathieu Lirzin | 2016-06-26 | 1 | -7/+15 | |
| | | ||||||
| * | Support multiples <job-spec> evaluation. | Mathieu Lirzin | 2016-06-16 | 1 | -13/+16 | |
| | | ||||||
| * | Change <job-spec> and <job> semantics. | Mathieu Lirzin | 2016-06-16 | 1 | -59/+41 | |
| | | ||||||
| * | cuirass: Adapt output of 'build-packages'. | Mathieu Lirzin | 2016-06-13 | 1 | -2/+6 | |
| | | | | | | * bin/cuirass.in (build-packages): Display derivation and output file names. | |||||
| * | cuirass: Add --subset command line option. | Mathieu Lirzin | 2016-06-13 | 1 | -4/+8 | |
| | | | | | | | bin/cuirass.in (%options, show-help): Add --subset option. (evaluate): Add ARGS argument. (main): Adjust accordingly. | |||||
| * | job: Add <job-spec> record type. | Mathieu Lirzin | 2016-06-13 | 1 | -8/+6 | |
| | | | | | | | | | | | | | | | | | | * 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 Lirzin | 2016-06-13 | 1 | -14/+13 | |
| | | | | | | * bin/cuirass.in (evaluate): Move 'build-packages' call to ... (main): ... here. | |||||
| * | cuirass: Use always the same connection to the store. | Mathieu Lirzin | 2016-06-13 | 1 | -26/+26 | |
| | | | | | | | * bin/cuirass.in (evaluate): Add STORE argument. Move 'open-connection' call to ... (main): ... here. | |||||
| * | cuirass: Fix 'show-help' argument. | Mathieu Lirzin | 2016-06-13 | 1 | -1/+1 | |
| | | | | | | * 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 Lirzin | 2016-06-13 | 1 | -3/+5 | |
| | | | | | | * tests/gnu-system.scm: New file. * bin/cuirass.in (evaluate, main): Use it. | |||||
| * | job: Add <job> record type. | Mathieu Lirzin | 2016-06-10 | 1 | -7/+9 | |
| | | | | | | | * 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 Lirzin | 2016-06-10 | 1 | -6/+10 | |
| | | | | | | | bin/cuirass.in (%options, show-help): Add --file option. (evaluate): Add SPEC argument. (main): Adjust accordingly. | |||||
