summaryrefslogtreecommitdiff
path: root/build-aux/hydra
Commit message (Collapse)AuthorAge
* hydra: Add Graphviz as an input to the "tarball" job.Ludovic Courtès2013-09-03
| | | | | * build-aux/hydra/guix.scm (tarball-package): Add GRAPHVIZ to `native-inputs'.
* hydra: Add Git as an input to the "tarball" job.Ludovic Courtès2013-09-03
| | | | * build-aux/hydra/guix.scm (tarball-package): Add `native-inputs' field.
* hydra: Comment out all Git invocations in `bootstrap'.Ludovic Courtès2013-08-25
| | | | | * build-aux/hydra/guix.scm (tarball-package): Comment out all `git' invocations.
* hydra: Add missing import.Ludovic Courtès2013-08-25
| | | | * build-aux/hydra/guix.scm: Use (srfi srfi-26).
* hydra: Return a symbol/thunk pair.Ludovic Courtès2013-08-25
| | | | * build-aux/hydra/guix.scm (hydra-jobs): Return a symbol/thunk pair.
* hydra: Extract the actual file name from the Guix checkout.Ludovic Courtès2013-08-24
| | | | | * build-aux/hydra/guix.scm (hydra-jobs): Extract the `file-name' part of CHECKOUT.
* hydra: Add job to run "make distcheck" on Guix.Ludovic Courtès2013-08-24
| | | | | * build-aux/hydra/guix.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
* hydra: Fix typo.Ludovic Courtès2013-07-16
| | | | * build-aux/hydra/gnu-system.scm (hydra-jobs): Use `cons', not `append'.
* hydra: Build for all the specified systems.Ludovic Courtès2013-07-16
| | | | | | | * build-aux/hydra/gnu-system.scm (hydra-jobs): Pick all the `system' keys in ARGUMENTS. [cross-jobs]: Turn into a procedure, with a `system' parameter. Build packages for all of SYSTEMS and %CROSS-TARGETS.
* hydra: Distinguish between jobs for different system types.Ludovic Courtès2013-07-16
| | | | | * build-aux/hydra/gnu-system.scm (package-job, package-cross-job): Append `.SYSTEM' to the job name.
* hydra: Honor the `system' argument.Ludovic Courtès2013-07-16
| | | | | * build-aux/hydra/gnu-system.scm (hydra-jobs): Really look up the `system' symbol in ARGUMENTS.
* build: Add "mips64el-linux-gnuabi64" as a cross build target.Ludovic Courtès2013-06-26
| | | | | | * build-aux/hydra/gnu-system.scm (%packages-to-cross-build): Add %bootstrap-tarballs. (%cross-targets): Add "mips64el-linux-gnuabi64".
* build: Build the bootstrap tarballs on Hydra.Ludovic Courtès2013-06-25
| | | | | * build-aux/hydra/gnu-system.scm (%packages-to-cross-build): Uncomment the bootstrap tarball packages.
* build: Move Hydra recipe to build-aux/hydra.Ludovic Courtès2013-06-20
* hydra.scm: Rename to... * build-aux/hydra/gnu-system.scm: ... this. * Makefile.am (EXTRA_DIST): Adjust accordingly.