summaryrefslogtreecommitdiff
path: root/hydra.scm
Commit message (Collapse)AuthorAge
* build: Have `hydra.scm' return one job per package.Ludovic Courtès2012-11-25
| | | | * hydra.scm (hydra-jobs): Return one job for each non-bootstrap package.
* build: Fix `hydra.scm' recipe.Ludovic Courtès2012-11-21
| | | | | | | * hydra.scm: Redirect the output port to the error port. (package-job): Return a name/thunk pair. (hydra-jobs)[system]: Use either the `system' key (a symbol) in ARGUMENTS, or (%current-system)'.
* build: Add `hydra.scm'.Ludovic Courtès2012-11-18
* hydra.scm: New file. * Makefile.am (EXTRA_DIST): Add it.