aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* cuirass: Modify default interval value.Mathieu Lirzin2016-07-27
| | | | * bin/cuirass.in (main): Change default interval value.
* cuirass: Make specification argument optional.Mathieu Lirzin2016-07-27
| | | | | | | * bin/cuirass.in (%options): Add 'specifications' option. (main): Use it instead of the non-option command line arguments. (show-help): Adapt. * README (Example): Adapt.
* database: Remove "db-add-build-log" test.Mathieu Lirzin2016-07-27
| | | | * tests/database/scm ("db-add-build-log"): Delete.
* tests: Add 'hello-singleton' specification example.Mathieu Lirzin2016-07-27
| | | | | * tests/hello-singleton.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
* database: with-database: Keep the data.Mathieu Lirzin2016-07-26
| | | | | * src/cuirass/database.scm (with-database): Use 'db-open'. (db-open): Fallback to 'db-init' if DB do not exist.
* database: db-open: Add DB optional argument.Mathieu Lirzin2016-07-26
| | | | * src/cuirass/database.scm (db-open): Add DB optional argument.
* Use stamps to poll repositories.Mathieu Lirzin2016-07-26
|
* database: Add 'db-add-build' procedure.Mathieu Lirzin2016-07-25
|
* database: read-quoted-string: add default value to optional argument.Mathieu Lirzin2016-07-25
|
* build: Check for (guix) module.Mathieu Lirzin2016-07-25
|
* evaluate: Store evaluations in evaluate script.Mathieu Lirzin2016-07-25
|
* evaluate: Use (cuirass ...) modules.Mathieu Lirzin2016-07-25
| | | | This avoids code duplication.
* evaluate: Use simple-format explicitely.Mathieu Lirzin2016-07-25
|
* cuirass: Use database to store specifications.Mathieu Lirzin2016-07-25
|
* database: db-init: Add arguments for debugging.Mathieu Lirzin2016-07-25
|
* cuirass: evaluate: Fix docstring.Mathieu Lirzin2016-07-25
|
* evaluate: Use 'read' instead of 'eval-string'.Mathieu Lirzin2016-07-25
|
* gnu-system: license->alist: Allow list in license field.Mathieu Lirzin2016-07-25
|
* schema: Separate 'Evaluations' from 'Builds'.Mathieu Lirzin2016-07-25
| | | | Adapt src/cuirass/database.scm and its tests.
* maint: Update file headers.Mathieu Lirzin2016-07-25
|
* database: db-get-evaluation: Use 'sqlite-exec'.Mathieu Lirzin2016-07-25
|
* database: Add 'last-insert-rowid' procedure.Mathieu Lirzin2016-07-25
|
* database: Add 'assq-refs' procedure.Mathieu Lirzin2016-07-25
|
* build: Remove ${prefix} in %datadir.Mathieu Lirzin2016-07-25
|
* database: sqlite-exec: Return every rows.Mathieu Lirzin2016-07-25
| | | | Export it. Add a test.
* database: Use 'simple-format' in 'sqlite-exec'.Mathieu Lirzin2016-07-25
|
* build: Add 'sql-check' rule.Mathieu Lirzin2016-07-25
|
* database: Don't catch exceptions from (sqlite3) module.Mathieu Lirzin2016-07-25
|
* build: Define 'pkgmoduledir' in Makefile.am.Mathieu Lirzin2016-07-25
|
* build: Check for (sqlite3) module.Mathieu Lirzin2016-07-25
|
* database: Use an external SQL schema.Mathieu Lirzin2016-07-25
|
* cuirass: Fix specification file error message.Mathieu Lirzin2016-07-25
|
* Move '%program-name' to (cuirass ui) module.Mathieu Lirzin2016-07-25
|
* gnu-system: Add 'license->alist' procedure.Mathieu Lirzin2016-07-14
|
* Remove redundancies in the specification examples.Mathieu Lirzin2016-07-14
|
* cuirass: Fix 'show-help'.Mathieu Lirzin2016-07-14
|
* Update README example.Mathieu Lirzin2016-07-14
|
* gnu-system: Use 'specification->package' when possible.Mathieu Lirzin2016-07-14
|
* base: Remove unneeded 'guix-variable'.Mathieu Lirzin2016-07-13
|
* Remove unnecessary (cuirass job) module.Mathieu Lirzin2016-07-13
|
* Evaluate derivations in a separate process.Mathieu Lirzin2016-07-13
| | | | | This fixes a bug where different Guix branches gave the same derivations.
* Add guix-jobs.scm specification file.Mathieu Lirzin2016-07-04
|
* gnu-system: Fix '%job-name' calls.Mathieu Lirzin2016-07-04
| | | | This calls were using its previous name 'job-name'.
* cuirass: process-spec: Use 'when' instead of 'and'.Mathieu Lirzin2016-07-04
| | | | This is done because 'set-load-path!' returns a undefined value.
* Add 'basic.sh' test.Mathieu Lirzin2016-07-03
|
* 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
|