summaryrefslogtreecommitdiff
path: root/guix/ci.scm
AgeCommit message (Collapse)Author
2018-11-10ci: Add procedures to access evaluations.Ludovic Courtès
* guix/ci.scm (<checkout>, <evaluation>): New record types. (latest-builds): Add #:evaluation and #:system and honor it. Define 'option'. (json->checkout, json->evaluation, latest-evaluations) (evaluations-for-commit): New procedures.
2018-03-28Add (guix ci).Ludovic Courtès
* guix/ci.scm: New file. * Makefile.am (MODULES): Add it.